mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-24 02:01:17 +00:00
whitespace cleanup
This commit is contained in:
parent
62e8da196d
commit
4258e898ff
38 changed files with 110 additions and 116 deletions
|
@ -1573,4 +1573,3 @@ boolean I_GetTextInputMode(void)
|
|||
}
|
||||
|
||||
#include "../sdl/dosstr.c"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../doomdef.h"
|
||||
#include "../doomdef.h"
|
||||
#include "../command.h"
|
||||
#include "../i_video.h"
|
||||
|
||||
|
@ -76,4 +76,3 @@ void I_ReadScreen(UINT8 *scr)
|
|||
void I_BeginRead(void){}
|
||||
|
||||
void I_EndRead(void){}
|
||||
|
||||
|
|
|
@ -91,4 +91,3 @@ char *xstrtok(char *line, const char *delims)
|
|||
|
||||
return p;
|
||||
}
|
||||
|
||||
|
|
1
thirdparty/curl.cmake
vendored
1
thirdparty/curl.cmake
vendored
|
@ -55,4 +55,3 @@ else()
|
|||
endif()
|
||||
|
||||
FetchContent_MakeAvailable(curl)
|
||||
|
||||
|
|
1
thirdparty/sdl2-mixer-ext.cmake
vendored
1
thirdparty/sdl2-mixer-ext.cmake
vendored
|
@ -36,4 +36,3 @@ FetchContent_Declare(
|
|||
)
|
||||
|
||||
FetchContent_MakeAvailable(SDL2_mixer_ext)
|
||||
|
||||
|
|
1
thirdparty/zlib.cmake
vendored
1
thirdparty/zlib.cmake
vendored
|
@ -33,4 +33,3 @@ FetchContent_MakeAvailable(ZLIB)
|
|||
add_library(ZLIB::ZLIB ALIAS zlibstatic)
|
||||
|
||||
set(ZLIB_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/zlib" "${zlib_BINARY_DIR}" CACHE PATH "" FORCE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue