From 52be1ef0d126f09ba943c7afcf367e7d9347f2fd Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 8 Nov 2012 22:58:28 +0000 Subject: tabconv: it's all spaces now. --- src/location.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/location.h') diff --git a/src/location.h b/src/location.h index db329bb..a141073 100644 --- a/src/location.h +++ b/src/location.h @@ -6,18 +6,18 @@ class Location { public: - Location(); - Location( struct YYLTYPE &loc ); - Location( const Bu::String &sFile, int iStartRow, int iStartCol, - int iEndRow, int iEndCol ); - virtual ~Location(); + Location(); + Location( struct YYLTYPE &loc ); + Location( const Bu::String &sFile, int iStartRow, int iStartCol, + int iEndRow, int iEndCol ); + virtual ~Location(); private: - const Bu::String sFile; - int iStartRow; - int iStartCol; - int iEndRow; - int iEndCol; + const Bu::String sFile; + int iStartRow; + int iStartCol; + int iEndRow; + int iEndCol; }; #endif -- cgit v1.2.3