Skip to content

Commit 8c404c7

Browse files
committed
Fix indent mistake
1 parent 3068840 commit 8c404c7

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

CMakePresets.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,11 @@
181181
}
182182
},
183183
{
184-
"name": "_relwithdebinfo",
185-
"hidden": true,
186-
"cacheVariables": {
187-
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
188-
}
184+
"name": "_relwithdebinfo",
185+
"hidden": true,
186+
"cacheVariables": {
187+
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
188+
}
189189
},
190190
{
191191
"name": "_ninja",
@@ -209,13 +209,13 @@
209209
]
210210
},
211211
{
212-
"name": "linux-gcc-ninja-relwithdebinfo",
213-
"inherits": [
214-
"linux-gcc-base",
215-
"_ninja",
216-
"_relwithdebinfo"
217-
]
218-
}
212+
"name": "linux-gcc-ninja-relwithdebinfo",
213+
"inherits": [
214+
"linux-gcc-base",
215+
"_ninja",
216+
"_relwithdebinfo"
217+
]
218+
}
219219
],
220220
"buildPresets": [
221221
{

0 commit comments

Comments
 (0)