diff --git a/indra/llvfs/lldir_linux.h b/indra/llvfs/lldir_linux.h
index 6015b25faaee3d2355af9b42cd512dc3db87b893..a34de1241d625afcb13aae9673c88f3c8831532c 100644
--- a/indra/llvfs/lldir_linux.h
+++ b/indra/llvfs/lldir_linux.h
@@ -1,6 +1,6 @@
 /** 
  * @file lldir_linux.h
- * @brief Definition of directory utilities class for linux 
+ * @brief Definition of directory utilities class for linux
  *
  * $LicenseInfo:firstyear=2000&license=viewerlgpl$
  * Second Life Viewer Source Code
@@ -57,7 +57,7 @@ class LLDir_Linux : public LLDir
 	DIR *mDirp;
 	int mCurrentDirIndex;
 	int mCurrentDirCount;
-	std::string mCurrentDir;	
+	std::string mCurrentDir;
 };
 
 #endif // LL_LLDIR_LINUX_H
diff --git a/indra/llvfs/lldir_solaris.h b/indra/llvfs/lldir_solaris.h
index 562325475889d322335106e7f49195d8549dd41b..70fac6f8185941adef6aeba13d9f73b7181b8ceb 100644
--- a/indra/llvfs/lldir_solaris.h
+++ b/indra/llvfs/lldir_solaris.h
@@ -54,7 +54,7 @@ class LLDir_Solaris : public LLDir
 	DIR *mDirp;
 	int mCurrentDirIndex;
 	int mCurrentDirCount;
-	std::string mCurrentDir;	
+	std::string mCurrentDir;
 };
 
 #endif // LL_LLDIR_SOLARIS_H
diff --git a/indra/llvfs/lldir_win32.h b/indra/llvfs/lldir_win32.h
index 8a97a248dda5d4a1f0c8d2cb7fe68bc5c1ac0aec..b170ebbcd7da551cb3f0182bd51bd7ad419e40a6 100644
--- a/indra/llvfs/lldir_win32.h
+++ b/indra/llvfs/lldir_win32.h
@@ -52,7 +52,7 @@ class LLDir_Win32 : public LLDir
 
 private:
 	BOOL getNextFileInDir(const llutf16string &dirname, const std::string &mask, std::string &fname);
-	
+
 	void* mDirSearch_h;
 	llutf16string mCurrentDir;
 };