window: adjust indentation

This commit is contained in:
Andrzej Rybczak
2012-09-02 15:48:11 +02:00
parent d47cad1d50
commit 337a27c366

View File

@@ -183,9 +183,8 @@ namespace NC
/// Main class of NCurses namespace, used as base for other specialized windows /// Main class of NCurses namespace, used as base for other specialized windows
/// ///
class Window struct Window
{ {
public:
/// Constructs an empty window with given parameters /// Constructs an empty window with given parameters
/// @param startx X position of left upper corner of constructed window /// @param startx X position of left upper corner of constructed window
/// @param starty Y position of left upper corner of constructed window /// @param starty Y position of left upper corner of constructed window
@@ -614,6 +613,7 @@ namespace NC
int itsReverseCounter; int itsReverseCounter;
int itsAltCharsetCounter; int itsAltCharsetCounter;
}; };
} }
#endif #endif