From 634aeeb9d58b01f9de6632a014a063ef0c4cf31e Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Fri, 25 Dec 2009 05:00:31 -0500 Subject: Used the "indent" C formatting program from GNU to do some clean ups The command options used was: -nbad -bap -sc -bl -blf -bli0 -cli4 -cbi0 -di5 -nbc -bls -ip2 -nut -ts4 -bap -i4 -sob -npsl --- src/char/int_storage.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/char/int_storage.h') diff --git a/src/char/int_storage.h b/src/char/int_storage.h index ec23813..5036600 100644 --- a/src/char/int_storage.h +++ b/src/char/int_storage.h @@ -2,15 +2,15 @@ #ifndef _INT_STORAGE_H_ #define _INT_STORAGE_H_ -int inter_storage_init(); -void inter_storage_final(); -int inter_storage_save(); -int inter_guild_storage_save(); -int inter_storage_delete(int account_id); -int inter_guild_storage_delete(int guild_id); -struct storage *account2storage(int account_id); +int inter_storage_init (); +void inter_storage_final (); +int inter_storage_save (); +int inter_guild_storage_save (); +int inter_storage_delete (int account_id); +int inter_guild_storage_delete (int guild_id); +struct storage *account2storage (int account_id); -int inter_storage_parse_frommap(int fd); +int inter_storage_parse_frommap (int fd); extern char storage_txt[1024]; extern char guild_storage_txt[1024]; -- cgit v1.2.3-60-g2f50