Codechange: spaces not tabs

This commit is contained in:
Andy
2014-12-27 09:53:58 +00:00
parent c5abee1943
commit 357c15e157

View File

@@ -19,15 +19,15 @@
*/ */
class FMainClass extends GSInfo { class FMainClass extends GSInfo {
function GetAuthor() { return "alberth & andythenorth"; } function GetAuthor() { return "alberth & andythenorth"; }
function GetName() { return "BusyBee"; } function GetName() { return "BusyBee"; }
function GetDescription() { return "Goal: Have fun"; } function GetDescription() { return "Goal: Have fun"; }
function GetVersion() { return 0; } function GetVersion() { return 0; }
function GetDate() { return "2014-12-27"; } function GetDate() { return "2014-12-27"; }
function CreateInstance() { return "MainClass"; } function CreateInstance() { return "MainClass"; }
function GetShortName() { return "BBEE"; } function GetShortName() { return "BBEE"; }
function GetAPIVersion() { return "1.4"; } function GetAPIVersion() { return "1.4"; }
function GetUrl() { return ""; } function GetUrl() { return ""; }
} }
RegisterGS(FMainClass()); RegisterGS(FMainClass());