summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/regexp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/regexp.cpp b/src/util/regexp.cpp
index 3f0bc46fd..cbc0b843b 100644
--- a/src/util/regexp.cpp
+++ b/src/util/regexp.cpp
@@ -156,4 +156,4 @@ std::ostream& operator<<(std::ostream& out, const RegExp& s) {
return out << "regexp(" << s.getType() << ')';
}
-}/* CVC4 namespace */ \ No newline at end of file
+}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback