mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-11 11:15:55 +01:00
changed indentation to use spaces only
This commit is contained in:
@@ -36,9 +36,9 @@ wusleep(unsigned int microsecs)
|
||||
|
||||
#else /* not HAVE_SELECT */
|
||||
|
||||
# ifdef HAVE_POLL
|
||||
# ifdef HAVE_POLL
|
||||
|
||||
void
|
||||
void
|
||||
wusleep(unsigned int microsecs)
|
||||
{
|
||||
poll((struct poll *) 0, (size_t) 0, microsecs/1000);
|
||||
|
||||
Reference in New Issue
Block a user