aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/EventDispatcher.cpp1
-rw-r--r--common/EventRecorder.cpp1
-rw-r--r--common/EventRecorder.h1
-rw-r--r--common/algorithm.h1
-rw-r--r--common/archive.cpp1
-rw-r--r--common/config-manager.cpp1
-rw-r--r--common/dcl.h1
-rw-r--r--common/func.h1
-rw-r--r--common/memorypool.cpp1
-rw-r--r--common/tokenizer.cpp1
-rw-r--r--common/util.cpp1
11 files changed, 0 insertions, 11 deletions
diff --git a/common/EventDispatcher.cpp b/common/EventDispatcher.cpp
index e97068c0d0..d3177182ac 100644
--- a/common/EventDispatcher.cpp
+++ b/common/EventDispatcher.cpp
@@ -131,4 +131,3 @@ void EventDispatcher::dispatchEvent(const Event &event) {
}
} // End of namespace Common
-
diff --git a/common/EventRecorder.cpp b/common/EventRecorder.cpp
index eda6a45ab1..201043f52e 100644
--- a/common/EventRecorder.cpp
+++ b/common/EventRecorder.cpp
@@ -364,4 +364,3 @@ bool EventRecorder::pollEvent(Event &ev) {
}
} // End of namespace Common
-
diff --git a/common/EventRecorder.h b/common/EventRecorder.h
index 6be5d937af..e20419695a 100644
--- a/common/EventRecorder.h
+++ b/common/EventRecorder.h
@@ -106,4 +106,3 @@ private:
} // End of namespace Common
#endif
-
diff --git a/common/algorithm.h b/common/algorithm.h
index 00c0e1c98f..40ba605ebd 100644
--- a/common/algorithm.h
+++ b/common/algorithm.h
@@ -269,4 +269,3 @@ T gcd(T a, T b) {
} // End of namespace Common
#endif
-
diff --git a/common/archive.cpp b/common/archive.cpp
index 102d7aaa3f..ad5e1a8302 100644
--- a/common/archive.cpp
+++ b/common/archive.cpp
@@ -288,4 +288,3 @@ void SearchManager::clear() {
DECLARE_SINGLETON(SearchManager);
} // namespace Common
-
diff --git a/common/config-manager.cpp b/common/config-manager.cpp
index fbdb611f3c..1064ecf43c 100644
--- a/common/config-manager.cpp
+++ b/common/config-manager.cpp
@@ -696,4 +696,3 @@ bool ConfigManager::Domain::hasKVComment(const String &key) const {
}
} // End of namespace Common
-
diff --git a/common/dcl.h b/common/dcl.h
index 12c4e12772..78ffa631ed 100644
--- a/common/dcl.h
+++ b/common/dcl.h
@@ -52,4 +52,3 @@ SeekableReadStream *decompressDCL(ReadStream *src, uint32 packedSize, uint32 unp
} // End of namespace Common
#endif
-
diff --git a/common/func.h b/common/func.h
index e09ab1a438..589f702eac 100644
--- a/common/func.h
+++ b/common/func.h
@@ -538,4 +538,3 @@ GENERATE_TRIVIAL_HASH_FUNCTOR(unsigned long);
} // End of namespace Common
#endif
-
diff --git a/common/memorypool.cpp b/common/memorypool.cpp
index 3a570ac50e..19adc54d00 100644
--- a/common/memorypool.cpp
+++ b/common/memorypool.cpp
@@ -180,4 +180,3 @@ void MemoryPool::freeUnusedPages() {
}
} // End of namespace Common
-
diff --git a/common/tokenizer.cpp b/common/tokenizer.cpp
index 395ff0767a..46ba7a8d8b 100644
--- a/common/tokenizer.cpp
+++ b/common/tokenizer.cpp
@@ -53,4 +53,3 @@ String StringTokenizer::nextToken() {
}
} // End of namespace Common
-
diff --git a/common/util.cpp b/common/util.cpp
index a7ec1a9de7..32315bc29a 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -402,4 +402,3 @@ void updateGameGUIOptions(const uint32 options, const String &langOption) {
}
} // End of namespace Common
-