[D] Deleted blank lines

This commit is contained in:
seleznevae 2019-04-12 21:53:02 +03:00
parent f30ce402c1
commit 0306750027

View File

@ -21,7 +21,6 @@ else()
endif() endif()
set(CMAKE_VERBOSE_MAKEFILE ON) set(CMAKE_VERBOSE_MAKEFILE ON)
@ -42,9 +41,6 @@ include_directories(src)
include_directories(tests) include_directories(tests)
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Warnings # Warnings
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
@ -82,8 +78,6 @@ else()
endif() endif()
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Sources and executables # Sources and executables
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
@ -109,8 +103,6 @@ set(FORT_DEV_SOURCES
src/wcwidth.c) src/wcwidth.c)
set(EXAMPLE_SOURCES set(EXAMPLE_SOURCES
example/main.c) example/main.c)
add_executable(${PROJECT_NAME}_example add_executable(${PROJECT_NAME}_example
@ -222,7 +214,6 @@ if("${FORT_COMPILER}" STREQUAL "GNU" OR "${FORT_COMPILER}" STREQUAL "Clang")
endif() endif()
# Hack for some gcc versions # Hack for some gcc versions
if("${FORT_COMPILER}" STREQUAL "GNU") if("${FORT_COMPILER}" STREQUAL "GNU")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fuse-ld=gold") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fuse-ld=gold")
@ -230,7 +221,6 @@ if("${FORT_COMPILER}" STREQUAL "GNU")
endif() endif()
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Astyle # Astyle
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
@ -294,5 +284,4 @@ if(FORT_ENABLE_ASTYLE)
COMMENT "running astyle" COMMENT "running astyle"
) )
endif() endif()
endif() endif()