summaryrefslogtreecommitdiffstats
path: root/compton.h
diff options
context:
space:
mode:
Diffstat (limited to 'compton.h')
-rw-r--r--compton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compton.h b/compton.h
index c85992bb5..f4bccd4b5 100644
--- a/compton.h
+++ b/compton.h
@@ -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.