diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-07-04 06:41:00 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-07-04 06:41:00 +0200 |
commit | 4fae45790d7340e0082c989605f07778e49b7c96 (patch) | |
tree | 025cdffa46fba17dc07a70a5e6f972141c770b43 /tasks/helpers.rb | |
parent | 326e7c059214ecf9bebce42e328c4039755ab671 (diff) | |
download | ffi-efl-4fae45790d7340e0082c989605f07778e49b7c96.zip ffi-efl-4fae45790d7340e0082c989605f07778e49b7c96.tar.gz |
remove spaces full lines
Diffstat (limited to 'tasks/helpers.rb')
-rw-r--r-- | tasks/helpers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/helpers.rb b/tasks/helpers.rb index b43117a..df5bd50 100644 --- a/tasks/helpers.rb +++ b/tasks/helpers.rb @@ -89,7 +89,7 @@ end # files = [] # exclude = PROJ.exclude.dup # comment = %r/^\s*#/ -# +# # # process the ignore file and add the items there to the exclude list # if test(?f, PROJ.ignore_file) # ary = [] |