search for: f4b9044

Displaying 1 result from an estimated 1 matches for "f4b9044".

Did you mean: 429044
2012 Jan 31
2
[PATCH 1/2] examples: code cleanups
...code cleanup by removing the tailing spaces Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- examples/create_disk.c | 2 +- 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 f4b9044..bcad6d8 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/ex...