Skip to content

Commit 96bac03

Browse files
committed
Fix source code line endings. Everything crlf.
Added .gitattributes to make sure that no line ending conversions take place.
1 parent 9a5d473 commit 96bac03

32 files changed

+9629
-9627
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Disable any line endings auto conversion.
2+
* -text

Source/PythonReg.pas

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
unit PythonReg;
2-
3-
interface
4-
5-
procedure Register();
6-
7-
implementation
8-
9-
uses
10-
Classes, PythonEngine, WrapDelphi;
11-
12-
procedure Register();
13-
begin
14-
RegisterComponents('Python', [TPythonEngine, TPythonType, TPythonModule,
15-
TPythonDelphiVar, TPythonInputOutput,
16-
TPyDelphiWrapper]);
17-
end;
18-
19-
end.
1+
unit PythonReg;
2+
3+
interface
4+
5+
procedure Register();
6+
7+
implementation
8+
9+
uses
10+
Classes, PythonEngine, WrapDelphi;
11+
12+
procedure Register();
13+
begin
14+
RegisterComponents('Python', [TPythonEngine, TPythonType, TPythonModule,
15+
TPythonDelphiVar, TPythonInputOutput,
16+
TPyDelphiWrapper]);
17+
end;
18+
19+
end.

0 commit comments

Comments
 (0)