Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Utility/commonregex.h')
-rw-r--r--Source/Utility/commonregex.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/Utility/commonregex.h b/Source/Utility/commonregex.h
index 1274cdef..15ad3d6c 100644
--- a/Source/Utility/commonregex.h
+++ b/Source/Utility/commonregex.h
@@ -23,9 +23,8 @@
#pragma once
#include <string>
-class CommonRegex
-{
-public:
+class CommonRegex {
+ public:
CommonRegex();
bool saysTrue(const std::string& str);
bool saysFalse(const std::string& str);