Skip to content

Commit 3d14756

Browse files
author
xtremox
committed
Added newline at the end of the file
1 parent 9d578dd commit 3d14756

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ErrorReporter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,5 @@ string ErrorReporter::atoi (int i) {
101101

102102
string ErrorReporter::composeLineCol (const GPError &err) {
103103
return atoi (err.line) + ":" + atoi (err.col) + ":";
104-
}
104+
}
105+

0 commit comments

Comments
 (0)