Skip to content

Commit 984a9a9

Browse files
committed
Fix excess newlines
1 parent eb4b967 commit 984a9a9

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/util_carver.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,3 @@ void MapCarver::hlineRight(TCODMap *map,int x, int y) {
105105
x++;
106106
}
107107
}
108-

src/util_sound.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@ class Sound {
2929
//toggles
3030
void togglePause(void);
3131
};
32-
33-

0 commit comments

Comments
 (0)