aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-02 18:06:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-02 18:06:30 +1300
commit5185424048f80c75593aa548381a1aac516fb8e9 (patch)
tree7be6c9b04741654e0413e230bf6ac4fd2dbd2339 /cmd.c
parentTurns out argument order matters (diff)
downloadspsh-5185424048f80c75593aa548381a1aac516fb8e9.tar.gz
spsh-5185424048f80c75593aa548381a1aac516fb8e9.zip
Remove trailing blank lines
18:01:26 <cory> are you using some non-vim text editor that forces a newline at the end 18:01:49 <tom> hm, no, i've just been doing it because i usually do 18:01:52 <tom> is it not kosher? 18:01:59 <cory> it tickles my autism, personally 18:02:26 <cory> dunno about the rest of the world 18:04:03 <tom> i'm trying to find some mention of whether it should be there or not 18:04:08 <tom> i've always just put it there 18:04:22 <tom> but i don't have a good reason 18:04:41 <cory> some text editors I've seen but can't recall atm seem to force it 18:04:53 <cory> which is probably the start of my disdain for it 18:05:03 <cory> damn disobedient text editors 18:05:10 <tom> haha 18:05:14 <tom> don't you DARE touch my file 18:05:34 <cory> in some asshole languages the extra newline could MEAN something, dammit 18:05:42 <tom> yeah point 18:06:27 <tom> well, it still builds without it, so
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 69b9bf3..aa29922 100644
--- a/cmd.c
+++ b/cmd.c
@@ -50,4 +50,3 @@ void cmd(char *line, char **environ) {
return;
}
-