Reformat: apply reformattin on .h files (#128)
[openjpeg.git] / src / lib / openjpip / jp2k_decoder.h
index 79ca7d91f85df3b18f35eaf499002c6c667137e8..a88d844af460b052d11c2caa7d6f728093603682 100644 (file)
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef        JP2K_DECODER_H_
-# define       JP2K_DECODER_H_
+#ifndef     JP2K_DECODER_H_
+# define    JP2K_DECODER_H_
 
 #include "byte_manager.h"
 #include "ihdrbox_manager.h"
 
-Byte_t * j2k_to_pnm( const char *fn, ihdrbox_param_t **ihdrbox);
+Byte_t * j2k_to_pnm(const char *fn, ihdrbox_param_t **ihdrbox);
 
-#endif             /* !JP2K_DECODER_H_ */
+#endif      /* !JP2K_DECODER_H_ */