diff options
author | Eugene Sandulenko | 2019-06-27 10:28:07 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2019-09-03 17:17:02 +0200 |
commit | 33388494587572c33f013bd7308aadaacdbc37b3 (patch) | |
tree | e8d1087cd5ed22c186ffd6b6eb928e0341d58414 /engines | |
parent | 72173c26d0f43614cdbfbe6aaf0d8836073646db (diff) | |
download | scummvm-rg350-33388494587572c33f013bd7308aadaacdbc37b3.tar.gz scummvm-rg350-33388494587572c33f013bd7308aadaacdbc37b3.tar.bz2 scummvm-rg350-33388494587572c33f013bd7308aadaacdbc37b3.zip |
JANITORIAL: Add endline to the end of file
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hdb/input.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/hdb/input.cpp b/engines/hdb/input.cpp index d20a2034d8..12d415eccc 100644 --- a/engines/hdb/input.cpp +++ b/engines/hdb/input.cpp @@ -58,4 +58,5 @@ void stylusMove(int x, int y) { warning("STUB: Input: stylusMove required"); } -}
\ No newline at end of file +} + |