harmonize the include guards and #endif comments

This commit is contained in:
Pascal Massimino
2011-09-07 05:31:28 +00:00
committed by James Zern
parent a1ec07a618
commit ee697d9fc9
5 changed files with 9 additions and 9 deletions

View File

@ -9,8 +9,8 @@
//
// Author: somnath@google.com (Somnath Banerjee)
#ifndef WEBP_DEC_WEBPI_H
#define WEBP_DEC_WEBPI_H
#ifndef WEBP_DEC_WEBPI_H_
#define WEBP_DEC_WEBPI_H_
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
@ -101,4 +101,4 @@ void WebPGrabDecBuffer(WebPDecBuffer* const src, WebPDecBuffer* const dst);
} // extern "C"
#endif
#endif // WEBP_DEC_WEBPI_H
#endif /* WEBP_DEC_WEBPI_H_ */