summaryrefslogtreecommitdiffhomepage
path: root/examples/core
diff options
context:
space:
mode:
authorRay <[email protected]>2020-02-27 13:33:09 +0100
committerRay <[email protected]>2020-02-27 13:33:09 +0100
commit5ff07762351669e39e99a1751a97104a6db2c65f (patch)
tree7eab82147d32a4387ba2fd35350bfba825176051 /examples/core
parent2a408d789c72f433ae5abdfde67dc8fa10232f11 (diff)
downloadraylib-5ff07762351669e39e99a1751a97104a6db2c65f.tar.gz
raylib-5ff07762351669e39e99a1751a97104a6db2c65f.zip
Remove trail spaces and some tweaks
Diffstat (limited to 'examples/core')
-rw-r--r--examples/core/core_storage_values.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/core/core_storage_values.c b/examples/core/core_storage_values.c
index 02e4c262..1592c059 100644
--- a/examples/core/core_storage_values.c
+++ b/examples/core/core_storage_values.c
@@ -12,8 +12,8 @@
#include "raylib.h"
// NOTE: Storage positions must start with 0, directly related to file memory layout
-typedef enum {
- STORAGE_POSITION_SCORE = 0,
+typedef enum {
+ STORAGE_POSITION_SCORE = 0,
STORAGE_POSITION_HISCORE = 1
} StorageData;