From 5ff07762351669e39e99a1751a97104a6db2c65f Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 27 Feb 2020 13:33:09 +0100 Subject: Remove trail spaces and some tweaks --- examples/core/core_storage_values.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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; -- cgit v1.2.3