"docs/source/en/vscode:/vscode.git/clone" did not exist on "eadf0e2555cfa19b033e02de53553f71ac33536f"
Commit 6ce6b199 authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Remove blank line

parent 28468f67
...@@ -3,7 +3,6 @@ function(add_instance_library INSTANCE_NAME) ...@@ -3,7 +3,6 @@ function(add_instance_library INSTANCE_NAME)
add_library(${INSTANCE_NAME} OBJECT ${ARGN}) add_library(${INSTANCE_NAME} OBJECT ${ARGN})
target_compile_features(${INSTANCE_NAME} PUBLIC) target_compile_features(${INSTANCE_NAME} PUBLIC)
set_target_properties(${INSTANCE_NAME} PROPERTIES POSITION_INDEPENDENT_CODE ON) set_target_properties(${INSTANCE_NAME} PROPERTIES POSITION_INDEPENDENT_CODE ON)
clang_tidy_check(${INSTANCE_NAME}) clang_tidy_check(${INSTANCE_NAME})
endfunction(add_instance_library INSTANCE_NAME) endfunction(add_instance_library INSTANCE_NAME)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment