summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@gmail.com>2018-05-03 02:14:17 -0700
committerRobert Bradshaw <robertwb@gmail.com>2018-05-03 02:14:17 -0700
commitc7ed06e80e4d737cb0866afd9a3372d60abec7dc (patch)
tree8b4ddf8501833e6e97c41b59553574a28b9143f8
parentf7f48c4b664f8432054f14a3e369115625de3101 (diff)
downloadcython-c7ed06e80e4d737cb0866afd9a3372d60abec7dc.tar.gz
Trailing newline
-rw-r--r--tests/run/cpp_operators_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/cpp_operators_helper.h b/tests/run/cpp_operators_helper.h
index e3797f8aa..5ae21ff15 100644
--- a/tests/run/cpp_operators_helper.h
+++ b/tests/run/cpp_operators_helper.h
@@ -83,4 +83,4 @@ public:
virtual ~TruthClass() {};
operator bool() { return value; }
bool value;
-}; \ No newline at end of file
+};