We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b502bd8 commit 221dccaCopy full SHA for 221dcca
1 file changed
include/scale/detail/fixed_width_integer.hpp
@@ -101,6 +101,6 @@ namespace scale::detail {
101
I sv = -static_cast<I>((~v) + 1);
102
return sv;
103
}
104
-} // namespace scale::detail
+} // namespace scale::detail
105
106
-#endif // SCALE_SCALE_UTIL_HPP
+#endif // SCALE_SCALE_UTIL_HPP
0 commit comments