Fix some indentation issues
[lwext4.git] / lwext4 / ext4_crc32c.h
index b2524e8c5c9301070468c08e61d444f89640e2d1..659699ebdbd4e103cd8fe8925b3d570f271d96e3 100644 (file)
@@ -39,7 +39,8 @@
 #ifndef LWEXT4_EXT4_CRC32C_H_
 #define LWEXT4_EXT4_CRC32C_H_
 
-#include <ext4_config.h>
+#include "ext4_config.h"
+
 #include <stdint.h>
 
 /**@brief      CRC32C algorithm.
  * @return     updated crc32c value*/
 uint32_t ext4_crc32c(uint32_t crc, const void *buffer, uint32_t length);
 
-
 #endif /* LWEXT4_EXT4_CRC32C_H_ */
 
 /**
  * @}
  */
-