Files
swupd-client/test
Castulo Martinez fce640d14d Adding a missing line break in the verify command
There is a missing line break that shows up When running
the "swupd verify" command and there is a hash mismatch.
The output looks like this:

$ sudo swupd verify
Verifying version 25590
Verifying files
	...1%Hash mismatch for file: /usr/bin/tmux
	...100%
Inspected 292278 files
  1 files did not match
Verify successful

This commit fixes the issue by adding a line break at the
beginning of the output.

Signed-off-by: Castulo Martinez <castulo.martinez@intel.com>
2018-11-05 10:15:59 -08:00
..