summaryrefslogtreecommitdiff
path: root/tools/if_not_there.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_not_there.c
parenta8c3d5aa2da414b8d47f5688dd4972c62ee28d1b (diff)
downloadbdwgc-2dd56eb49583be85fa44b9975fd63b0df85e8c15.tar.gz
Remove trailing spaces at EOLn in all files
Diffstat (limited to 'tools/if_not_there.c')
-rw-r--r--tools/if_not_there.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/if_not_there.c b/tools/if_not_there.c
index 7af6fba4..b71394c3 100644
--- a/tools/if_not_there.c
+++ b/tools/if_not_there.c
@@ -30,9 +30,8 @@ int main(int argc, char **argv, char **envp)
fflush(stdout);
execvp(argv[2], argv+2);
exit(1);
-
+
Usage:
fprintf(stderr, "Usage: %s file_name command\n", argv[0]);
return(1);
}
-