[Scummvm-git-logs] scummvm master -> 699a73d510dbee2c11717e0db2b07975b1b90418

bonki bonki at users.noreply.github.com
Wed May 2 12:11:13 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
699a73d510 JANITORIAL: Fix whitespace


Commit: 699a73d510dbee2c11717e0db2b07975b1b90418
    https://github.com/scummvm/scummvm/commit/699a73d510dbee2c11717e0db2b07975b1b90418
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-05-02T12:10:32+02:00

Commit Message:
JANITORIAL: Fix whitespace

Changed paths:
    gui/console.h


diff --git a/gui/console.h b/gui/console.h
index 5cd0e43..d311ad5 100644
--- a/gui/console.h
+++ b/gui/console.h
@@ -69,29 +69,29 @@ public:
 
 protected:
 	enum {
-		kBufferSize	= 32768,
+		kBufferSize   = 32768,
 		kCharsPerLine = 128,
 
-		kHistorySize = 20
+		kHistorySize  = 20
 	};
 
 	const Graphics::Font *_font;
 
-	char	_buffer[kBufferSize];
-	int		_linesInBuffer;
+	char _buffer[kBufferSize];
+	int  _linesInBuffer;
 
-	int		_pageWidth;
-	int		_linesPerPage;
+	int _pageWidth;
+	int _linesPerPage;
 
-	int		_currentPos;
-	int		_scrollLine;
-	int		_firstLineInBuffer;
+	int _currentPos;
+	int _scrollLine;
+	int _firstLineInBuffer;
 
-	int		_promptStartPos;
-	int		_promptEndPos;
+	int _promptStartPos;
+	int _promptEndPos;
 
-	bool	_caretVisible;
-	uint32	_caretTime;
+	bool   _caretVisible;
+	uint32 _caretTime;
 
 	enum SlideMode {
 		kNoSlideMode,
@@ -99,8 +99,8 @@ protected:
 		kDownSlideMode
 	};
 
-	SlideMode	_slideMode;
-	uint32	_slideTime;
+	SlideMode _slideMode;
+	uint32    _slideTime;
 
 	ScrollBarWidget *_scrollBar;
 
@@ -120,10 +120,10 @@ protected:
 
 	float _widthPercent, _heightPercent;
 
-	int	_leftPadding;
-	int	_rightPadding;
-	int	_topPadding;
-	int	_bottomPadding;
+	int _leftPadding;
+	int _rightPadding;
+	int _topPadding;
+	int _bottomPadding;
 
 	void slideUpAndClose();
 





More information about the Scummvm-git-logs mailing list