mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
cmake: Add an extra space to the @usage code
Otherwise commented lines look like ---- My comment instead of -- -- My comment. This wasn't a problem before the intentation fix commit, but it is now.
This commit is contained in:
parent
9d69825766
commit
ad203232c4
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ endfunction()
|
|||
function(escape_code path escaped_content pre_header post_header)
|
||||
file(READ ${path} path)
|
||||
|
||||
escape_string("${path}\n" "" escaped_code "")
|
||||
escape_string("${path}\n" "" escaped_code " ")
|
||||
|
||||
extract_header("${path}" example_pre_header example_post_header)
|
||||
|
||||
|
|
Loading…
Reference in a new issue