mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-05 07:09:32 +00:00
Removed the vi format comments from the source
Vim users can use the [editorconfig plugin](https://github.com/editorconfig/editorconfig-vim) to automatically set tab spacing for the SDL coding style. Fixes https://github.com/libsdl-org/SDL/issues/6903
This commit is contained in:
@@ -600,5 +600,3 @@ void SDL_Delay(Uint32 ms)
|
||||
{
|
||||
SDL_DelayNS(SDL_MS_TO_NS(ms));
|
||||
}
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
||||
@@ -35,5 +35,3 @@ extern int SDL_TimerInit(void);
|
||||
extern void SDL_TimerQuit(void);
|
||||
|
||||
#endif /* SDL_timer_c_h_ */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
||||
@@ -41,5 +41,3 @@ void SDL_DelayNS(Uint64 ns)
|
||||
}
|
||||
|
||||
#endif /* SDL_TIMER_DUMMY || SDL_TIMERS_DISABLED */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
||||
@@ -43,5 +43,3 @@ void SDL_DelayNS(Uint64 ns)
|
||||
}
|
||||
|
||||
#endif /* SDL_TIMER_HAIKU */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
||||
@@ -43,5 +43,3 @@ void SDL_DelayNS(Uint64 ns)
|
||||
}
|
||||
|
||||
#endif /* SDL_TIMER_N3DS */
|
||||
|
||||
/* vi: set sts=4 ts=4 sw=4 expandtab: */
|
||||
|
||||
@@ -59,5 +59,3 @@ void SDL_DelayNS(Uint64 ns)
|
||||
#endif
|
||||
|
||||
#endif /* SDL_TIMER_NGAGE */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
||||
@@ -188,5 +188,3 @@ void SDL_DelayNS(Uint64 ns)
|
||||
}
|
||||
|
||||
#endif /* SDL_TIMER_UNIX */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
||||
@@ -51,5 +51,3 @@ void SDL_DelayNS(Uint64 ns)
|
||||
}
|
||||
|
||||
#endif /* SDL_TIMER_VITA */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
||||
@@ -91,5 +91,3 @@ void SDL_DelayNS(Uint64 ns)
|
||||
}
|
||||
|
||||
#endif /* SDL_TIMER_WINDOWS */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
||||
Reference in New Issue
Block a user