blob: 57c828f4b17eed690130c5189617cf5e7701fa33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- bin/rgds-stats.orig 2016-05-16 07:41:38 UTC
+++ bin/rgds-stats
@@ -44,8 +44,8 @@ opts = GetoptLong.new(
opts.each do |option, argument|
case option
- when '--help' : abort usage
- when '--structs' : structs = argument.split(/\s+/)
+ when '--help' then abort usage
+ when '--structs' then structs = argument.split(/\s+/)
end
end
|