Skip to content

Commit c26f064

Browse files
committed
indents
1 parent 114d06f commit c26f064

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

include/libfork/macros/assert.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
*
4343
* .. warning::
4444
*
45-
* This has different semantics than ``[[assume(expr)]]`` as it WILL evaluate
46-
* the expression at runtime. Hence you should conservatively only use this
47-
* macro if ``expr`` is side-effect free and cheap to evaluate.
45+
* This has different semantics than ``[[assume(expr)]]`` as it WILL evaluate
46+
* the expression at runtime. Hence you should conservatively only use this
47+
* macro if ``expr`` is side-effect free and cheap to evaluate.
4848
*
4949
* \endrst
5050
*/

include/libfork/macros/utility.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
* .. note::
7070
*
7171
* This does not imply the c++'s `inline` keyword which also has an effect on
72-
* linkage.
72+
* linkage.
7373
*
7474
* \endrst
7575
*/

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ endif
6363
# TODO: Ensure that consumers of libfork have assert_dep
6464

6565
pkg_mod = import('pkgconfig')
66+
6667
pkg_mod.generate(
6768
libfork_lib,
6869
extra_cflags: lib_args,

0 commit comments

Comments
 (0)