aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-10-13 22:30:18 (GMT)
committerfluxgen <fluxgen>2002-10-13 22:30:18 (GMT)
commit4d1713cb87db91e691d54902f31fcd52e1dd0a7b (patch)
tree109f7f204c06ac75a634c9fc30b651aa4ce3a929 /src/Screen.cc
parent752b1c63b483359a3f5d7deb576b69e6269977cb (diff)
downloadfluxbox-4d1713cb87db91e691d54902f31fcd52e1dd0a7b.zip
fluxbox-4d1713cb87db91e691d54902f31fcd52e1dd0a7b.tar.bz2
minor indentation
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 6451aad..f2f7af6 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -22,15 +22,15 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Screen.cc,v 1.70 2002/10/11 10:22:06 fluxgen Exp $ 25// $Id: Screen.cc,v 1.71 2002/10/13 22:30:18 fluxgen Exp $
26 26
27//use GNU extensions 27//use GNU extensions
28#ifndef _GNU_SOURCE 28#ifndef _GNU_SOURCE
29#define _GNU_SOURCE 29#define _GNU_SOURCE
30#endif // _GNU_SOURCE 30#endif // _GNU_SOURCE
31 31
32#ifdef HAVE_CONFIG_H 32#ifdef HAVE_CONFIG_H
33# include "../config.h" 33#include "config.h"
34#endif // HAVE_CONFIG_H 34#endif // HAVE_CONFIG_H
35 35
36#include "Screen.hh" 36#include "Screen.hh"
@@ -41,7 +41,7 @@
41#include "Image.hh" 41#include "Image.hh"
42#include "StringUtil.hh" 42#include "StringUtil.hh"
43 43
44#ifdef SLIT 44#ifdef SLIT
45#include "Slit.hh" 45#include "Slit.hh"
46#endif // SLIT 46#endif // SLIT
47 47