Remove trailing space

This commit is contained in:
yangfl
2017-11-04 20:23:37 +08:00
parent 8412b1e2cd
commit fa00278f66
12 changed files with 45 additions and 45 deletions

View File

@@ -238,7 +238,7 @@ endif()
option(ENABLE_LOCALES "Enable the use of locales" ON)
if(ENABLE_LOCALES)
add_definitions(-DENABLE_LOCALES)
endif()
endif()
add_subdirectory(tests)
add_subdirectory(fuzzing)