Fix whitespace.

Because of previous automated commits, such as changing 'guestfs___'
-> 'guestfs_int_', several function calls no longer lined up with
their parameters, and some lines were too long.

The bulk of this commit was done using emacs batch mode and the
technique described here:

  http://www.cslab.pepperdine.edu/warford/BatchIndentationEmacs.html

The changes suggested by emacs were then reviewed by hand.
This commit is contained in:
Richard W.M. Jones
2015-10-05 11:40:16 +01:00
parent d07b32e14f
commit 677c721e85
86 changed files with 678 additions and 657 deletions

View File

@@ -79,7 +79,7 @@ do_set_uuid (const char *device, const char *uuid)
else
NOT_SUPPORTED (-1, "don't know how to set the UUID for '%s' filesystems",
vfs_type);
vfs_type);
return r;
}
@@ -112,6 +112,6 @@ do_set_uuid_random (const char *device)
else
NOT_SUPPORTED (-1, "don't know how to set the random UUID for '%s' filesystems",
vfs_type);
vfs_type);
return r;
}