r11859: Canonicalize whitespace
[ctsim.git] / src / backgroundmgr.h
index 1c126c34b220bcd51c71441988c23c102063a28b..7fed0ca818016dcc70f7e4fbb793573b1e0f0e92 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2001 Kevin Rosenberg
 **
-**  $Id: backgroundmgr.h,v 1.11 2001/03/09 21:31:51 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
@@ -75,7 +75,7 @@ private:
   wxSize m_sizeBorder;
   wxSize m_sizeCellSpacing;
   wxSize m_sizeButton;
-  
+
 public:
   BackgroundManager ();
   ~BackgroundManager();
@@ -103,8 +103,8 @@ private:
 
 public:
   BackgroundManagerTask (BackgroundSupervisor* pSupervisor, const char* const pszName, int iPos,
-         wxGauge* pGauge, wxStaticText* pLabel, wxButton* pButton, int iButtonID)
-         : m_pSupervisor(pSupervisor), m_strName(pszName), m_iPosition(iPos), m_pGauge(pGauge), 
+          wxGauge* pGauge, wxStaticText* pLabel, wxButton* pButton, int iButtonID)
+          : m_pSupervisor(pSupervisor), m_strName(pszName), m_iPosition(iPos), m_pGauge(pGauge),
     m_pLabel(pLabel), m_pButton(pButton), m_iButtonID(iButtonID)
   {}