[vlc-commits] vlc_common.h: Remove tabs

Hugo Beauzée-Luyssen git at videolan.org
Tue Aug 21 12:04:01 CEST 2018


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Aug 21 11:57:26 2018 +0200| [244e4b9daf2394a315ec616232143dc4bfb871c0] | committer: Hugo Beauzée-Luyssen

vlc_common.h: Remove tabs

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=244e4b9daf2394a315ec616232143dc4bfb871c0
---

 include/vlc_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vlc_common.h b/include/vlc_common.h
index c88503c1a5..4f2d0baf52 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -671,7 +671,7 @@ VLC_INT_FUNC(popcount)
     _Generic((x), \
         unsigned char: (vlc_clz(x) - (sizeof (unsigned) - 1) * 8), \
         unsigned short: (vlc_clz(x) \
-		- (sizeof (unsigned) - sizeof (unsigned short)) * 8), \
+        - (sizeof (unsigned) - sizeof (unsigned short)) * 8), \
         unsigned: vlc_clz(x), \
         unsigned long: vlc_clzl(x), \
         unsigned long long: vlc_clzll(x))



More information about the vlc-commits mailing list