Skip to content

Commit 2fa820b

Browse files
author
Matthias Kastner
committed
white space changes
1 parent 0a0a3e6 commit 2fa820b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

procedures/CodeBrowser.ipf

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -592,12 +592,14 @@ End
592592
// Parses all procedure windows and write into the decl and line waves
593593
Function/S parseProcedure(procedure, [checksumIsCalculated])
594594
STRUCT procedure &procedure
595-
Variable checksumIsCalculated
595+
Variable checkSumIsCalculated
596596

597597
if(ParamIsDefault(checksumIsCalculated))
598-
checksumIsCalculated = 0
598+
checkSumIsCalculated = 0
599+
endif
600+
if(!checkSumIsCalculated)
601+
DebugPrint("CheckSum needs to be calculated")
599602
endif
600-
DebugPrint("Checksum recalc:" + num2str(checksumIsCalculated))
601603

602604
// start timer
603605
Variable timer = timerStart()

0 commit comments

Comments
 (0)