Index: /trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp	(revision 31315)
+++ /trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp	(revision 31316)
@@ -5,5 +5,5 @@
 
 /*
- * Copyright (C) 2006-2009 Oracle Corporation
+ * Copyright (C) 2006-2010 Oracle Corporation
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
@@ -431,5 +431,5 @@
 #endif
 #if defined(EWOULDBLOCK) && (EWOULDBLOCK != EAGAIN)
-        case EWOULDBLOCK        return VERR_TRY_AGAIN;
+        case EWOULDBLOCK:       return VERR_TRY_AGAIN;
 #endif
 
