whitespace

This commit is contained in:
Christopher Jeffrey
2012-09-13 00:39:43 -05:00
parent 271d894eae
commit 5112f91c48
2 changed files with 4 additions and 4 deletions

View File

@ -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.