Skip to content

Commit 91814cb

Browse files
committed
make spacing a little nicer
1 parent acf24d6 commit 91814cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/genSpeeDRFPythonParams.py

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def parseValue(v):
1111
except ValueError:
1212
return v
1313

14+
1415
def process(line):
1516
global params
1617
if line.strip()[0] == '_': return
@@ -26,6 +27,7 @@ def process(line):
2627

2728
params[name] = value
2829

30+
2931
def main():
3032
global params
3133
with open("../src/main/java/hex/singlenoderf/SpeeDRF.java", 'r') as f:

0 commit comments

Comments
 (0)