aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/input.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2019-06-27 10:28:07 +0200
committerEugene Sandulenko2019-09-03 17:17:02 +0200
commit33388494587572c33f013bd7308aadaacdbc37b3 (patch)
treee8d1087cd5ed22c186ffd6b6eb928e0341d58414 /engines/hdb/input.cpp
parent72173c26d0f43614cdbfbe6aaf0d8836073646db (diff)
downloadscummvm-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/hdb/input.cpp')
-rw-r--r--engines/hdb/input.cpp3
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
+}
+