From 60fa2be5d716871b9b546abb3253b86138878e48 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 1 Jan 2008 20:05:36 +0000 Subject: consistency cosmetics git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25575 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/dmo/DMO_AudioDecoder.h | 2 +- loader/dmo/DMO_Filter.h | 2 +- loader/dshow/DS_AudioDecoder.h | 2 +- loader/dshow/mediatype.h | 2 +- loader/registry.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'loader') diff --git a/loader/dmo/DMO_AudioDecoder.h b/loader/dmo/DMO_AudioDecoder.h index ed571f4658..c2202b4a31 100644 --- a/loader/dmo/DMO_AudioDecoder.h +++ b/loader/dmo/DMO_AudioDecoder.h @@ -14,4 +14,4 @@ int DMO_AudioDecoder_Convert(DMO_AudioDecoder *this, const void* in_data, unsign int DMO_AudioDecoder_GetSrcSize(DMO_AudioDecoder *this, int dest_size); -#endif // AVIFILE_DMO_AUDIODECODER_H +#endif /* AVIFILE_DMO_AUDIODECODER_H */ diff --git a/loader/dmo/DMO_Filter.h b/loader/dmo/DMO_Filter.h index 0c5855ad73..ee7a38b1c7 100644 --- a/loader/dmo/DMO_Filter.h +++ b/loader/dmo/DMO_Filter.h @@ -1,4 +1,4 @@ - #ifndef DMO_FILTER_H +#ifndef DMO_FILTER_H #define DMO_FILTER_H #include "dmo_guids.h" diff --git a/loader/dshow/DS_AudioDecoder.h b/loader/dshow/DS_AudioDecoder.h index 9628f65d28..47fd384a04 100644 --- a/loader/dshow/DS_AudioDecoder.h +++ b/loader/dshow/DS_AudioDecoder.h @@ -14,4 +14,4 @@ int DS_AudioDecoder_Convert(DS_AudioDecoder *this, const void* in_data, unsigned int DS_AudioDecoder_GetSrcSize(DS_AudioDecoder *this, int dest_size); -#endif // AVIFILE_DS_AUDIODECODER_H +#endif /* AVIFILE_DS_AUDIODECODER_H */ diff --git a/loader/dshow/mediatype.h b/loader/dshow/mediatype.h index 9ed36eec43..91b52d92ab 100644 --- a/loader/dshow/mediatype.h +++ b/loader/dshow/mediatype.h @@ -91,4 +91,4 @@ AM_MEDIA_TYPE* CreateMediaType(const AM_MEDIA_TYPE* pSrc); */ int CompareMediaTypes(const AM_MEDIA_TYPE * pmt1, const AM_MEDIA_TYPE * pmt2, int bWildcards); -#endif // DS_MEDIA_TYPE_H +#endif /* DS_MEDIA_TYPE_H */ diff --git a/loader/registry.h b/loader/registry.h index d85fb0ab98..0124e33a35 100644 --- a/loader/registry.h +++ b/loader/registry.h @@ -43,4 +43,4 @@ long __stdcall RegEnumValueA(HKEY hkey, DWORD index, LPSTR value, LPDWORD val_co }; #endif -#endif // AVIFILE_REGISTRY_H +#endif /* AVIFILE_REGISTRY_H */ -- cgit v1.2.3