summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-12-23 19:40:38 -0800
committerBen Longbons <b.r.longbons@gmail.com>2013-12-24 00:36:04 -0800
commitf71413176f32ef642824456544ecbda5933a0944 (patch)
tree84cad0936a4fc3b274dcdb9a7239da202f9407cc /src
parente342dbed1e87916aef984ca5d25f5ab93af46ebc (diff)
downloadtmwa-f71413176f32ef642824456544ecbda5933a0944.tar.gz
tmwa-f71413176f32ef642824456544ecbda5933a0944.tar.bz2
tmwa-f71413176f32ef642824456544ecbda5933a0944.tar.xz
tmwa-f71413176f32ef642824456544ecbda5933a0944.zip
Add non-indenting indenter for C++
Fix a bunch of bugs that none of me noticed before.
Diffstat (limited to 'src')
-rw-r--r--src/common/human_time_diff_test.cpp1
-rw-r--r--src/map/magic-interpreter-lexer.lpp1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/common/human_time_diff_test.cpp b/src/common/human_time_diff_test.cpp
index d11a116..d3ddad1 100644
--- a/src/common/human_time_diff_test.cpp
+++ b/src/common/human_time_diff_test.cpp
@@ -81,4 +81,3 @@ TEST(humantimediff, multiple)
EXPECT_EQ(0, diff.second);
EXPECT_FALSE(extract("1y2y", &diff));
}
-
diff --git a/src/map/magic-interpreter-lexer.lpp b/src/map/magic-interpreter-lexer.lpp
index 3625ee3..786088e 100644
--- a/src/map/magic-interpreter-lexer.lpp
+++ b/src/map/magic-interpreter-lexer.lpp
@@ -153,3 +153,4 @@
. FPRINTF(stderr, "%s: Unexpected character in line %d\n", MAGIC_CONFIG_FILE, magic_frontend_lineno);
%%
+// nothing to see here, move along