From 31626c9accbd544bed26600add4e53999c10f30b Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Wed, 16 Apr 2014 13:06:16 +0200 Subject: [PATCH] Spacing --- src/filesystem.cpp | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/filesystem.cpp b/src/filesystem.cpp index b66a8b3..bf38cea 100644 --- a/src/filesystem.cpp +++ b/src/filesystem.cpp @@ -480,22 +480,22 @@ RGSS_noop2(void*, const char*) static const PHYSFS_Archiver RGSS_Archiver = { 0, - { - "RGSSAD", - "RGSS encrypted archive format", - "Jonas Kulla ", - "http://k-du.de/rgss/rgss.html", - 0 /* symlinks not supported */ - }, - RGSS_openArchive, - RGSS_enumerateFiles, - RGSS_openRead, - RGSS_noop1, /* openWrite */ - RGSS_noop1, /* openAppend */ - RGSS_noop2, /* remove */ - RGSS_noop2, /* mkdir */ - RGSS_stat, - RGSS_closeArchive + { + "RGSSAD", + "RGSS encrypted archive format", + "Jonas Kulla ", + "http://k-du.de/rgss/rgss.html", + 0 /* symlinks not supported */ + }, + RGSS_openArchive, + RGSS_enumerateFiles, + RGSS_openRead, + RGSS_noop1, /* openWrite */ + RGSS_noop1, /* openAppend */ + RGSS_noop2, /* remove */ + RGSS_noop2, /* mkdir */ + RGSS_stat, + RGSS_closeArchive }; struct FileSystemPrivate