diff options
author | Christopher Jeffrey <[email protected]> | 2012-09-13 00:39:43 -0500 |
---|---|---|
committer | Christopher Jeffrey <[email protected]> | 2012-09-13 09:59:50 -0500 |
commit | 2f63377d4edae923c0ede939fd2915f4e063a0be (patch) | |
tree | 8e57558e6737a411057818f3eff7ebb3d3f192e8 /compton.h | |
parent | 27197e24dbcb3177642d55f56571205fead2b16e (diff) | |
download | tdebase-2f63377d4edae923c0ede939fd2915f4e063a0be.tar.gz tdebase-2f63377d4edae923c0ede939fd2915f4e063a0be.zip |
whitespace
Diffstat (limited to 'compton.h')
-rw-r--r-- | compton.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -197,12 +197,12 @@ static inline Bool array_wid_exists(const Window *arr, if (arr[count] == wid) return True; } - + return False; } #ifdef DEBUG_EVENTS -/* +/* * Subtracting two struct timeval values. * * Taken from glibc manual. |