summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-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;