aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-02 15:16:40 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-02 15:16:40 +1300
commit7ab0187a43f78da97e6e4a1507db9a50cd8a7644 (patch)
treea3ae0bc2a156524b28cbc148010c6ff8af214806
parentRemove stray blank line (diff)
downloadspsh-7ab0187a43f78da97e6e4a1507db9a50cd8a7644.tar.gz
spsh-7ab0187a43f78da97e6e4a1507db9a50cd8a7644.zip
Fix trailing whitespace
-rw-r--r--cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 9cc80ef..28c46f1 100644
--- a/cmd.c
+++ b/cmd.c
@@ -33,7 +33,7 @@ void cmd(char *line) {
fprintf(stderr, "Too many arguments (%u given, max is %u)\n", cmd_argc, MAX_ARGS);
return;
}
-
+
/* If the command looks to be executable ... */
if (access(cmd, X_OK) != -1) {