]> git.ipfire.org Git - thirdparty/libvirt.git/commit
secret: Various formatting cleanups
authorJohn Ferlan <jferlan@redhat.com>
Tue, 23 Feb 2016 18:44:12 +0000 (13:44 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 1 Mar 2016 11:43:53 +0000 (06:43 -0500)
commitd44f56182484f0e3f6810cd9cd351ff232845de2
treeac77aedb8a72c5595371c6f2862a031e5203619c
parent85d748065490f5f88d84a8d4396d2864038200d9
secret: Various formatting cleanups

Rather than having it interspersed with other changes, do it once.

Remove a couple ^L, 1 argument per line for functions, less than 80 chars
per line, use of spacing between logical groups of code, use of one line
if statements when doing fetch followed by comparison, use direct return
when no cleanup to be done.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/secret/secret_driver.c