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

@@ -191,7 +191,7 @@ blkid_with_p_i_opt (const char *device)
return ret.argv;
error:
error:
if (ret.argv)
free_strings (ret.argv);
@@ -225,7 +225,7 @@ blkid_without_p_i_opt (const char *device)
if (end_stringsbuf (&ret) == -1) goto error;
return ret.argv;
error:
error:
if (ret.argv)
free_stringslen (ret.argv, ret.size);
return NULL;