aboutsummaryrefslogtreecommitdiffstats
path: root/src/resourcemanager.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-08-24 00:21:07 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-08-24 00:21:07 +0100
commit5403490b941f7c031bf1aafdb91b1098f69edbf2 (patch)
tree18cd2deb0c30b38d8ca7c5305735d2323259e020 /src/resourcemanager.cpp
parent2dbcbe3575134b3c6267b1a396b57080067ed9da (diff)
downloadYAGE-5403490b941f7c031bf1aafdb91b1098f69edbf2.tar.gz
YAGE-5403490b941f7c031bf1aafdb91b1098f69edbf2.zip
Running clang-format over everything.
Edited formatting and ran it over all the files.
Diffstat (limited to 'src/resourcemanager.cpp')
-rw-r--r--src/resourcemanager.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/resourcemanager.cpp b/src/resourcemanager.cpp
index 15fb606f..8444161f 100644
--- a/src/resourcemanager.cpp
+++ b/src/resourcemanager.cpp
@@ -8,12 +8,14 @@
#include "resourcemanager.hpp"
-namespace yage {
+namespace yage
+{
TextureCache ResourceManager::texture_cache_;
-Texture ResourceManager::getTexture(const std::string& texture_path) {
+Texture ResourceManager::getTexture(const std::string &texture_path)
+{
return texture_cache_.getTexture(texture_path);
}
-} // yage
+} // yage