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:
Wanlong Gao
2012-01-31 18:19:31 +08:00
committed by Richard W.M. Jones
parent d60d5c091f
commit 90d6386c13
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
#include <unistd.h>
#include <guestfs.h>
int
int
main (int argc, char *argv[])
{
guestfs_h *g;

View File

@@ -21,7 +21,7 @@ count_strings (char *const *argv)
return c;
}
int
int
main (int argc, char *argv[])
{
guestfs_h *g;