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