diff options
author | fluxgen <fluxgen> | 2002-10-13 21:47:54 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-10-13 21:47:54 (GMT) |
commit | b2111f542c54eabf476b1237648dba043f49ae04 (patch) | |
tree | 3abec72b934c48020da77b38775c3384041a7c42 | |
parent | b54b67d78b134f20b627fa93ca1f3d19bb1d147e (diff) | |
download | fluxbox-b2111f542c54eabf476b1237648dba043f49ae04.zip fluxbox-b2111f542c54eabf476b1237648dba043f49ae04.tar.bz2 |
minor indent
-rw-r--r-- | src/Slit.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Slit.cc b/src/Slit.cc index c68683f..4b04028 100644 --- a/src/Slit.cc +++ b/src/Slit.cc | |||
@@ -19,18 +19,18 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Slit.cc,v 1.21 2002/09/08 19:48:03 fluxgen Exp $ | 22 | // $Id: Slit.cc,v 1.22 2002/10/13 21:47:54 fluxgen Exp $ |
23 | 23 | ||
24 | //use GNU extensions | 24 | //use GNU extensions |
25 | #ifndef _GNU_SOURCE | 25 | #ifndef _GNU_SOURCE |
26 | #define _GNU_SOURCE | 26 | #define _GNU_SOURCE |
27 | #endif // _GNU_SOURCE | 27 | #endif // _GNU_SOURCE |
28 | 28 | ||
29 | #ifdef HAVE_CONFIG_H | 29 | #ifdef HAVE_CONFIG_H |
30 | # include "../config.h" | 30 | #include "../config.h" |
31 | #endif // HAVE_CONFIG_H | 31 | #endif // HAVE_CONFIG_H |
32 | 32 | ||
33 | #ifdef SLIT | 33 | #ifdef SLIT |
34 | 34 | ||
35 | #include <X11/keysym.h> | 35 | #include <X11/keysym.h> |
36 | 36 | ||