We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69c675 commit b699d81Copy full SHA for b699d81
1 file changed
procedures/CodeBrowser.ipf
@@ -1103,7 +1103,7 @@ Function/S getIMProcWindows(moduleName)
1103
1104
string regexp
1105
sprintf regexp, "* [%s]", moduleName
1106
- return getProcWindows(regexp,"INDEPENDENTMODULE:1")
+ return getProcWindows(regexp, "INDEPENDENTMODULE:1")
1107
End
1108
1109
// Low level implementation, returns a sorted list of procedure windows matching regexp and options
0 commit comments