mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 12:06:41 +00:00
(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces.
This commit is contained in:
+1
-1
@@ -222,7 +222,7 @@ bool InsertTextBufferClipboard(Textbuf *tb)
|
||||
void CSleep(int milliseconds)
|
||||
{
|
||||
#ifndef __INNOTEK_LIBC__
|
||||
delay(milliseconds);
|
||||
delay(milliseconds);
|
||||
#else
|
||||
usleep(milliseconds * 1000);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user