diff options
author | Wanlong Gao <gaowanlong@cn.fujitsu.com> | 2012-01-31 18:19:31 +0800 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-01-31 13:27:52 +0000 |
commit | 90d6386c13edcb479113889bbd3cedf83c2e6277 (patch) | |
tree | c04c34e9c88a1e80e2a7eeed0cd1867897e699ce | |
parent | d60d5c091f46dda8399ce2af1b6e5920bd5fb819 (diff) | |
download | libguestfs-90d6386c13edcb479113889bbd3cedf83c2e6277.tar.gz libguestfs-90d6386c13edcb479113889bbd3cedf83c2e6277.tar.xz libguestfs-90d6386c13edcb479113889bbd3cedf83c2e6277.zip |
examples: code cleanups
do a code cleanup by removing the tailing spaces
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
-rw-r--r-- | examples/create_disk.c | 2 | ||||
-rw-r--r-- | examples/inspect_vm.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/create_disk.c b/examples/create_disk.c index f4b90443..bcad6d85 100644 --- a/examples/create_disk.c +++ b/examples/create_disk.c @@ -7,7 +7,7 @@ #include <unistd.h> #include <guestfs.h> -int +int main (int argc, char *argv[]) { guestfs_h *g; diff --git a/examples/inspect_vm.c b/examples/inspect_vm.c index 6c45aac1..5a619047 100644 --- a/examples/inspect_vm.c +++ b/examples/inspect_vm.c @@ -21,7 +21,7 @@ count_strings (char *const *argv) return c; } -int +int main (int argc, char *argv[]) { guestfs_h *g; |