mirror of
https://github.com/encounter/SDL.git
synced 2025-12-20 10:25:28 +00:00
OCD fixes: Adds a space after /* (glory to regular expressions!)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Automated SDL subsystems management test.
|
||||
*
|
||||
* Written by J<>rgen Tjern<72> "jorgenpt"
|
||||
* Written by J<>rgen Tjern<72> "jorgenpt"
|
||||
*
|
||||
* Released under Public Domain.
|
||||
*/
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "SDL_test.h"
|
||||
|
||||
|
||||
/*!
|
||||
/* !
|
||||
* \brief Tests SDL_Init() and SDL_Quit() of Joystick and Haptic subsystems
|
||||
* \sa
|
||||
* http://wiki.libsdl.org/moin.cgi/SDL_Init
|
||||
@@ -38,7 +38,7 @@ static int main_testInitQuitJoystickHaptic (void *arg)
|
||||
#endif
|
||||
}
|
||||
|
||||
/*!
|
||||
/* !
|
||||
* \brief Tests SDL_InitSubSystem() and SDL_QuitSubSystem()
|
||||
* \sa
|
||||
* http://wiki.libsdl.org/moin.cgi/SDL_Init
|
||||
|
||||
Reference in New Issue
Block a user