Skip to content

Commit 9cffa65

Browse files
committed
examples-input-for-screenshots.ipf: Unify EOLs
1 parent b82b06b commit 9cffa65

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

examples-input-for-screenshots.ipf

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
#pragma rtGlobals=3 // Use modern global access method and strict wave access.
2-
3-
Function/S normalFunction()
4-
End
5-
6-
static Function staticFunction(p1)
7-
string p1
8-
End
9-
10-
threadsafe Function complexThreadsafeFunction(p1,textWave)
11-
string p1
12-
Wave/T textWave
13-
End
14-
15-
Macro MacroWithParameter(p1)
16-
variable p1
17-
EndMacro
1+
#pragma rtGlobals=3 // Use modern global access method and strict wave access.
2+
3+
Function/S normalFunction()
4+
End
5+
6+
static Function staticFunction(p1)
7+
string p1
8+
End
9+
10+
threadsafe Function complexThreadsafeFunction(p1,textWave)
11+
string p1
12+
Wave/T textWave
13+
End
14+
15+
Macro MacroWithParameter(p1)
16+
variable p1
17+
EndMacro

0 commit comments

Comments
 (0)