aboutsummaryrefslogtreecommitdiff
path: root/src/common/bit_util.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2019-03-19 22:20:15 -0400
committerFernandoS27 <fsahmkow27@gmail.com>2019-03-27 14:49:43 -0400
commitdb42bcb306323d6221e7f893d39558c3db579bf3 (patch)
treeef23218b123f80a0c2a773908a6fa2685cd34898 /src/common/bit_util.h
parentf35e09fe0dee84e3373ea1e2daac8d120621fe61 (diff)
Fixes and corrections on formatting.
Diffstat (limited to 'src/common/bit_util.h')
-rw-r--r--src/common/bit_util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/bit_util.h b/src/common/bit_util.h
index 70e728a5ef..a4f9ed4aad 100644
--- a/src/common/bit_util.h
+++ b/src/common/bit_util.h
@@ -59,7 +59,6 @@ inline u64 CountLeadingZeroes64(u64 value) {
}
#endif
-
#ifdef _MSC_VER
inline u32 CountTrailingZeroes32(u32 value) {
unsigned long trailing_zero = 0;