Skip to content

Commit b699d81

Browse files
author
Matthias Kastner
committed
ws changes
1 parent e69c675 commit b699d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

procedures/CodeBrowser.ipf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ Function/S getIMProcWindows(moduleName)
11031103

11041104
string regexp
11051105
sprintf regexp, "* [%s]", moduleName
1106-
return getProcWindows(regexp,"INDEPENDENTMODULE:1")
1106+
return getProcWindows(regexp, "INDEPENDENTMODULE:1")
11071107
End
11081108

11091109
// Low level implementation, returns a sorted list of procedure windows matching regexp and options

0 commit comments

Comments
 (0)