summaryrefslogtreecommitdiff
path: root/tools/if_mach.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-12-22 13:08:10 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-12-22 13:08:10 +0400
commit2dd56eb49583be85fa44b9975fd63b0df85e8c15 (patch)
treebbd828be3bea9b4271c0f1c8c9cd2ddf1a1e1f77 /tools/if_mach.c
parenta8c3d5aa2da414b8d47f5688dd4972c62ee28d1b (diff)
downloadbdwgc-2dd56eb49583be85fa44b9975fd63b0df85e8c15.tar.gz
Remove trailing spaces at EOLn in all files
Diffstat (limited to 'tools/if_mach.c')
-rw-r--r--tools/if_mach.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/if_mach.c b/tools/if_mach.c
index d6e0a70d..d3763b60 100644
--- a/tools/if_mach.c
+++ b/tools/if_mach.c
@@ -15,11 +15,10 @@ int main(int argc, char **argv, char **envp)
fflush(stdout);
execvp(argv[3], argv+3);
perror("Couldn't execute");
-
+
Usage:
fprintf(stderr, "Usage: %s mach_type os_type command\n", argv[0]);
fprintf(stderr, "Currently mach_type = %s, os_type = %s\n",
MACH_TYPE, OS_TYPE);
return(1);
}
-