aboutsummaryrefslogtreecommitdiffstats
path: root/src/resourcemanager.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-08-06 17:03:05 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-08-06 17:07:43 +0100
commitf7ce70d139effc5553c4ed2fa604724413b9d9b2 (patch)
tree5a05620ed6a65cf999b4ea0f3976b803b44504c8 /src/resourcemanager.cpp
parent932537776012c33dcdb6ae34dbb419f13717804d (diff)
downloadYAGE-f7ce70d139effc5553c4ed2fa604724413b9d9b2.tar.gz
YAGE-f7ce70d139effc5553c4ed2fa604724413b9d9b2.zip
Adding clang format with my style based on google
Diffstat (limited to 'src/resourcemanager.cpp')
-rw-r--r--src/resourcemanager.cpp12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/resourcemanager.cpp b/src/resourcemanager.cpp
index 8341557c..15fb606f 100644
--- a/src/resourcemanager.cpp
+++ b/src/resourcemanager.cpp
@@ -8,14 +8,12 @@
#include "resourcemanager.hpp"
-namespace yage
-{
+namespace yage {
TextureCache ResourceManager::texture_cache_;
-Texture ResourceManager::getTexture(const std::string &texture_path)
-{
- return texture_cache_.getTexture(texture_path);
+Texture ResourceManager::getTexture(const std::string& texture_path) {
+ return texture_cache_.getTexture(texture_path);
}
-
-} // yage
+
+} // yage