void
 camellia128_invert_key(struct camellia128_ctx *dst,
                       const struct camellia128_ctx *src);
-  
+
 void
 camellia128_crypt(const struct camellia128_ctx *ctx,
                  size_t length, uint8_t *dst,
 void
 camellia256_invert_key(struct camellia256_ctx *dst,
                       const struct camellia256_ctx *src);
-  
+
 void
 camellia256_crypt(const struct camellia256_ctx *ctx,
                  size_t length, uint8_t *dst,
 #define camellia192_invert_key camellia256_invert_key
 #define camellia192_crypt camellia256_crypt
 
-#ifdef  __cplusplus
+#ifdef __cplusplus
 }
 #endif