Skip to content

Commit 221dcca

Browse files
authored
Update fixed_width_integer.hpp
1 parent b502bd8 commit 221dcca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/scale/detail/fixed_width_integer.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ namespace scale::detail {
101101
I sv = -static_cast<I>((~v) + 1);
102102
return sv;
103103
}
104-
} // namespace scale::detail
104+
} // namespace scale::detail
105105

106-
#endif // SCALE_SCALE_UTIL_HPP
106+
#endif // SCALE_SCALE_UTIL_HPP

0 commit comments

Comments
 (0)