Convert tabs to spaces in .def files

The three def files in the project currently use tabs very inconsistently.
This commit is contained in:
Martin Storsjö 2014-06-10 11:23:15 +03:00
parent 5c7fe31277
commit 95ac72754e
3 changed files with 8 additions and 8 deletions

View File

@ -30,7 +30,7 @@
;*
;*
LIBRARY welsvp.dll
LIBRARY welsvp.dll
EXPORTS
WelsCreateVpInterface
WelsDestroyVpInterface

View File

@ -1,7 +1,7 @@
EXPORTS
WelsCreateDecoder
WelsDestroyDecoder
WelsCreateSVCEncoder
WelsDestroySVCEncoder
WelsGetCodecVersion
WelsGetCodecVersionEx
WelsCreateDecoder
WelsDestroyDecoder
WelsCreateSVCEncoder
WelsDestroySVCEncoder
WelsGetCodecVersion
WelsGetCodecVersionEx

2
ut.def
View File

@ -1,2 +1,2 @@
EXPORTS
CodecUtMain
CodecUtMain