From 357c15e15740132c8cbdad409e27fc4825495d53 Mon Sep 17 00:00:00 2001 From: Andy <1780327+andythenorth@users.noreply.github.com> Date: Sat, 27 Dec 2014 09:53:58 +0000 Subject: [PATCH] Codechange: spaces not tabs --- info.nut | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/info.nut b/info.nut index 980c937..162ef29 100644 --- a/info.nut +++ b/info.nut @@ -19,15 +19,15 @@ */ class FMainClass extends GSInfo { - function GetAuthor() { return "alberth & andythenorth"; } - function GetName() { return "BusyBee"; } - function GetDescription() { return "Goal: Have fun"; } - function GetVersion() { return 0; } - function GetDate() { return "2014-12-27"; } - function CreateInstance() { return "MainClass"; } - function GetShortName() { return "BBEE"; } - function GetAPIVersion() { return "1.4"; } - function GetUrl() { return ""; } + function GetAuthor() { return "alberth & andythenorth"; } + function GetName() { return "BusyBee"; } + function GetDescription() { return "Goal: Have fun"; } + function GetVersion() { return 0; } + function GetDate() { return "2014-12-27"; } + function CreateInstance() { return "MainClass"; } + function GetShortName() { return "BBEE"; } + function GetAPIVersion() { return "1.4"; } + function GetUrl() { return ""; } } RegisterGS(FMainClass());