Browse Source

Fix ending line breaks in src/utils/ files

Filippo Costa 8 years ago
parent
commit
2ac809e1b9
3 changed files with 0 additions and 4 deletions
  1. 0 1
      src/utils/gravity_json.c
  2. 0 2
      src/utils/gravity_json.h
  3. 0 1
      src/utils/gravity_utils.c

+ 0 - 1
src/utils/gravity_json.c

@@ -1302,4 +1302,3 @@ void json_value_free (json_value * value)
    settings.memory_free = default_free;
    settings.memory_free = default_free;
    json_value_free_ex (&settings, value);
    json_value_free_ex (&settings, value);
 }
 }
-

+ 0 - 2
src/utils/gravity_json.h

@@ -311,5 +311,3 @@ void json_value_free_ex (json_settings * settings,
 #endif
 #endif
 
 
 #endif
 #endif
-
-

+ 0 - 1
src/utils/gravity_utils.c

@@ -532,4 +532,3 @@ int64_t number_from_bin (const char *s, uint32_t len) {
 	}
 	}
 	return value;
 	return value;
 }
 }
-