Skip to content

Commit 17fa5f0

Browse files
committed
Whitespace for clarity
1 parent 8c387b9 commit 17fa5f0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

provides/include/lax_v1/synopsis.hpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ template <class LhsExpr, class RhsExpr> struct lte_m;
4343
// logical.hpp -----------------------------------------------------------------
4444

4545
template <class... Exprs> struct if_m;
46+
4647
template <class... Exprs> struct and_m;
47-
template <class Expr> struct not_m;
4848
template <class... Exprs> struct or_m;
4949

50+
template <class Expr> struct not_m;
51+
5052
// force.hpp -------------------------------------------------------------------
5153

5254
template <class Expr> using force_t = typename Expr::eval;
@@ -63,9 +65,11 @@ struct lazify_v;
6365
// type_traits.hpp -------------------------------------------------------------
6466

6567
template <class TypeExpr> struct alignment_of_m;
68+
6669
template <class TypeExpr> struct is_array_m;
6770
template <class TypeExpr> struct is_pointer_m;
6871
template <class LhsTypeExpr, class RhsTypeExpr> struct is_same_m;
72+
6973
template <class TypeExpr> struct remove_all_extents_m;
7074
template <class TypeExpr> struct remove_pointer_m;
7175

0 commit comments

Comments
 (0)