mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
examples: code cleanups
do a code cleanup by removing the tailing spaces Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
This commit is contained in:
committed by
Richard W.M. Jones
parent
d60d5c091f
commit
90d6386c13
@@ -7,7 +7,7 @@
|
||||
#include <unistd.h>
|
||||
#include <guestfs.h>
|
||||
|
||||
int
|
||||
int
|
||||
main (int argc, char *argv[])
|
||||
{
|
||||
guestfs_h *g;
|
||||
|
||||
@@ -21,7 +21,7 @@ count_strings (char *const *argv)
|
||||
return c;
|
||||
}
|
||||
|
||||
int
|
||||
int
|
||||
main (int argc, char *argv[])
|
||||
{
|
||||
guestfs_h *g;
|
||||
|
||||
Reference in New Issue
Block a user