Run clang-format

This commit is contained in:
Patrick Niklaus
2017-03-05 22:57:08 +00:00
committed by Patrick Niklaus
parent fc9b5938e6
commit 6cb401b1ff
7 changed files with 89 additions and 30 deletions
-1
View File
@@ -37,7 +37,6 @@ inline std::size_t msb(std::uint32_t v)
return 31UL - __builtin_clz(v);
}
#endif
}
}