summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-04-15 13:26:12 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2022-04-15 13:26:12 +0100
commit097a9ba5b03e6c8905f8df9ef282cd41a3c9ca17 (patch)
tree27d1bb769bbda780c68bc59110393e0b076f04ca
parentExclude some checks from tidy (diff)
downloadnetfs-097a9ba5b03e6c8905f8df9ef282cd41a3c9ca17.tar.bz2
netfs-097a9ba5b03e6c8905f8df9ef282cd41a3c9ca17.tar.xz
netfs-097a9ba5b03e6c8905f8df9ef282cd41a3c9ca17.zip
Fix whitespace
-rw-r--r--Jamroot.jam6
1 files changed, 3 insertions, 3 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 2451b6a..8551ded 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -13,9 +13,9 @@ project
<define>ICE_CPP11_MAPPING
<cxxstd>20
<visibility>hidden
- <linkflags>"-Wl,-z,defs,--warn-once,--gc-sections"
- <variant>release:<lto>on
- <variant>debug<toolset>gcc:<cxxflags>-Wlogical-op
+ <linkflags>"-Wl,-z,defs,--warn-once,--gc-sections"
+ <variant>release:<lto>on
+ <variant>debug<toolset>gcc:<cxxflags>-Wlogical-op
<variant>debug:<warnings>extra
<variant>debug:<warnings-as-errors>on
<variant>coverage:<coverage>on