diff --git a/import-marc-auth.bat b/import-marc-auth.bat
index bcef07eb90b4bc81267465b5dc99d4e0ce3c9c3f..d83294c5159c36efb06c6ad429e126c23861eaf4 100644
--- a/import-marc-auth.bat
+++ b/import-marc-auth.bat
@@ -9,7 +9,7 @@ goto end
 
 rem Make sure we know where the VuFind home directory lives:
 if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound
-rem VUFIND_HOME not set -- try to call env.bat to 
+rem VUFIND_HOME not set -- try to call env.bat to
 rem fix the problem before we give up completely
 if exist env.bat goto useenvbat
 rem If env.bat doesn't exist, the user hasn't run the installer yet.
@@ -53,4 +53,4 @@ set EXTRA_SOLRMARC_SETTINGS="-Dsolr.indexer.properties=%MAPPINGS_FILE%"
 rem Call the standard script:
 call %VUFIND_HOME%\import-marc.bat %1
 
-:end
\ No newline at end of file
+:end