mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:52:11 +00:00
[FORMATTING] [CMAKE] Remove space in 'if (' (#2847)
This commit is contained in:
parent
4b1ae54046
commit
11345aedd8
17 changed files with 26 additions and 26 deletions
|
@ -388,7 +388,7 @@ function(spec2def _dllname _spec_file)
|
|||
message(FATAL_ERROR "spec2def only takes spec files as input.")
|
||||
endif()
|
||||
|
||||
if (__spec2def_WITH_RELAY)
|
||||
if(__spec2def_WITH_RELAY)
|
||||
set(__with_relay_arg "--with-tracing")
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue