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

@ -171,4 +171,4 @@ void WebPInitUpsamplers(void);
} // extern "C"
#endif
#endif // WEBP_DSP_DSP_H_
#endif /* WEBP_DSP_DSP_H_ */

View File

@ -106,4 +106,4 @@ void VP8YUVInit(void);
} // extern "C"
#endif
#endif // WEBP_DSP_YUV_H_
#endif /* WEBP_DSP_YUV_H_ */