summaryrefslogtreecommitdiff
path: root/ffinstall.nsi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-04-26 19:27:32 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-26 19:27:32 +0000
commit4ee10633d24869572d0053adf7c44fe58d351c33 (patch)
treea1c1003230007d78a2110b054c576fedfc9e3d03 /ffinstall.nsi
parentc23a470800835202f497bb7451adaeaa2465ed42 (diff)
cosmetics: Remove trailing whitespace and tabs.
Originally committed as revision 8838 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffinstall.nsi')
-rw-r--r--ffinstall.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffinstall.nsi b/ffinstall.nsi
index f483b0174f..d3198a04eb 100644
--- a/ffinstall.nsi
+++ b/ffinstall.nsi
@@ -32,7 +32,7 @@ Section "Install"
File ".\ffplay.exe"
File ".\COPYING"
File ".\CREDITS"
-
+
; documentation
SetOutPath $INSTDIR\doc
File ".\doc\faq.html"
@@ -58,7 +58,7 @@ Section Uninstall
Delete "$INSTDIR\ffplay.exe"
Delete "$INSTDIR\COPYING"
Delete "$INSTDIR\CREDITS"
-
+
; delete documentation
Delete "$INSTDIR\doc\faq.html"
Delete "$INSTDIR\ffmpeg-doc.html"