mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user