Index: /trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp	(revision 20101)
+++ /trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp	(revision 20102)
@@ -109,9 +109,10 @@
 }
 
+
 RTDECL(int) RTDirCreateTemp(char *pszTemplate)
 {
     if (mkdtemp(pszTemplate))
         return VINF_SUCCESS;
-    
+
     return RTErrConvertFromErrno(errno);
 }
