about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-09 08:10:52 +0000
committerEric Wong <normalperson@yhbt.net>2011-03-09 08:10:52 +0000
commit946991ce2a7cab1430facbd00fe924c8041c34ae (patch)
tree7ad0233b341843f01f652b1475eb7b87d07ed52c
parent1f1298434529a0fdcaab9a33c0fe844b5dab9a42 (diff)
downloadmahoro-946991ce2a7cab1430facbd00fe924c8041c34ae.tar.gz
fix trailing whitespace v0.3
-rw-r--r--mahoro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mahoro.c b/mahoro.c
index 156e32a..689ca0e 100644
--- a/mahoro.c
+++ b/mahoro.c
@@ -116,7 +116,7 @@ mahoro_check(argc, argv, self)
 
         switch(rb_scan_args(argc, argv, "01", &vpath)) {
                 case 1:
-                        if(!NIL_P(vpath)) {
+                        if(!NIL_P(vpath)) {
                                 path = StringValueCStr(vpath);
                         }
                         break;