about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
authorDan Liew <daniel.liew@imperial.ac.uk>2014-04-24 12:14:06 +0100
committerDan Liew <daniel.liew@imperial.ac.uk>2014-04-24 12:14:06 +0100
commitac8250b79e1249df7a1e852d01cd5f41f5c962ce (patch)
treea49781e84f04011ee4309fa3409cb51c3f3e54c8 /include
parent292e8cc794f01df94ca02279f5833d7a460a62f9 (diff)
downloadklee-ac8250b79e1249df7a1e852d01cd5f41f5c962ce.tar.gz
Add missing newline at end of file to silence a clang warning.
Diffstat (limited to 'include')
-rw-r--r--include/klee/util/ArrayExprHash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/klee/util/ArrayExprHash.h b/include/klee/util/ArrayExprHash.h
index 9a527bcd..1e5ffc2e 100644
--- a/include/klee/util/ArrayExprHash.h
+++ b/include/klee/util/ArrayExprHash.h
@@ -132,4 +132,4 @@ void ArrayExprHash<T>::hashUpdateNodeExpr(const UpdateNode* un, T& exp)
 
 }
 
-#endif
\ No newline at end of file
+#endif