]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/crc32defs.h
crc32: remove two instances of trailing whitespaces
[mirror_ubuntu-artful-kernel.git] / lib / crc32defs.h
index 9b6773d737495566846c66ab36c62b468ff88ab5..f5a54017657148200c342e52ef7b8bc05dc64ddf 100644 (file)
@@ -8,7 +8,7 @@
 
 /* How many bits at a time to use.  Requires a table of 4<<CRC_xx_BITS bytes. */
 /* For less performance-sensitive, use 4 */
-#ifndef CRC_LE_BITS 
+#ifndef CRC_LE_BITS
 # define CRC_LE_BITS 8
 #endif
 #ifndef CRC_BE_BITS