r11859: Canonicalize whitespace
[ctsim.git] / libctsupport / globalvars.cpp
index d893dbad76587f21b7bac79b3aa332cfd2142b24..33c440aab72b86803934f491184016d0654fa390 100644 (file)
@@ -1,15 +1,15 @@
 /*****************************************************************************
 ** FILE IDENTIFICATION
 **
-**     Name:         globalvars.cpp
+**      Name:         globalvars.cpp
 **      Purpose:      Global variables
-**     Programmer:   Kevin Rosenberg
-**     Date Started: Jan 2001
+**      Programmer:   Kevin Rosenberg
+**      Date Started: Jan 2001
 **
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: globalvars.cpp,v 1.1 2002/05/05 10:13:13 kevin Exp $
+**  $Id$
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -32,7 +32,7 @@
 #include "../src/ctsim.h"
 
 bool g_bRunningWXWindows = false;
-class CTSimApp* theApp = NULL;
+CTSimApp* theApp = NULL;
 
 #endif