aboutsummaryrefslogtreecommitdiff
path: root/src/crepe
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-16 23:00:33 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-16 23:00:33 +0100
commitd63eb7302d05fbe9b4c044ece3444e8ac4e56e02 (patch)
tree540bed7a6dc4c3721d158f1156fc9b812b787099 /src/crepe
parentfce10251d772af129531896965a908dc6d881c4b (diff)
make format
Diffstat (limited to 'src/crepe')
-rw-r--r--src/crepe/api/Script.h2
-rw-r--r--src/crepe/facade/Font.cpp2
-rw-r--r--src/crepe/facade/FontFacade.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/crepe/api/Script.h b/src/crepe/api/Script.h
index ee45b8d..a24e32e 100644
--- a/src/crepe/api/Script.h
+++ b/src/crepe/api/Script.h
@@ -191,7 +191,7 @@ private:
//! Reference to parent component
OptionalRef<bool> active;
//! Mediator reference
-
+
//! \}
private:
diff --git a/src/crepe/facade/Font.cpp b/src/crepe/facade/Font.cpp
index 74dfe18..d419974 100644
--- a/src/crepe/facade/Font.cpp
+++ b/src/crepe/facade/Font.cpp
@@ -1,5 +1,5 @@
-#include "../api/Config.h"
#include "../api/Asset.h"
+#include "../api/Config.h"
#include "Font.h"
diff --git a/src/crepe/facade/FontFacade.cpp b/src/crepe/facade/FontFacade.cpp
index 4a991c6..aa9d00c 100644
--- a/src/crepe/facade/FontFacade.cpp
+++ b/src/crepe/facade/FontFacade.cpp
@@ -15,7 +15,7 @@ Asset FontFacade::get_font_asset(const string font_family) {
if (pattern == NULL) {
throw runtime_error("Failed to create font pattern.");
}
-
+
// Default configuration
FcConfig * config = FcConfigGetCurrent();
if (config == NULL) {