(svn r25312) -Fix-ish: missing spaces after comma + realignment of tables; quite boring with -x -w

This commit is contained in:
rubidium
2013-06-01 07:44:53 +00:00
parent 89a627fe4e
commit 2b2706009e
5 changed files with 1779 additions and 1779 deletions

View File

@@ -169,7 +169,7 @@ const char *FiosBrowseTo(const FiosItem *item);
StringID FiosGetDescText(const char **path, uint64 *total_free);
bool FiosDelete(const char *name);
void FiosMakeHeightmapName(char *buf,const char *name, size_t size);
void FiosMakeHeightmapName(char *buf, const char *name, size_t size);
void FiosMakeSavegameName(char *buf, const char *name, size_t size);
FiosType FiosGetSavegameListCallback(SaveLoadDialogMode mode, const char *file, const char *ext, char *title, const char *last);