Skip to content

Commit 2be1bd8

Browse files
committed
odb: clang-format
Signed-off-by: Matt Liberty <[email protected]>
1 parent 0795da6 commit 2be1bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/odb/include/odb/isotropy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class Orientation2D
8787
Orientation2D& operator=(const Orientation2D& other) = default;
8888

8989
constexpr operator Value() const { return static_cast<Value>(value_); }
90-
Value value() const { return static_cast<Value>(value_); } // for swig
90+
Value value() const { return static_cast<Value>(value_); } // for swig
9191

9292
// [Horizontal -> Vertical] [Vertical -> Horizontal]
9393
Orientation2D turn_90() const { return Value(value_ ^ 1); }

0 commit comments

Comments
 (0)