[pypy-svn] r18851 - pypy/dist/pypy/translator/c/src

tismer at codespeak.net tismer at codespeak.net
Sun Oct 23 23:22:48 CEST 2005


Author: tismer
Date: Sun Oct 23 23:22:47 2005
New Revision: 18851

Modified:
   pypy/dist/pypy/translator/c/src/ll_os.h
Log:
just formatting

Modified: pypy/dist/pypy/translator/c/src/ll_os.h
==============================================================================
--- pypy/dist/pypy/translator/c/src/ll_os.h	(original)
+++ pypy/dist/pypy/translator/c/src/ll_os.h	Sun Oct 23 23:22:47 2005
@@ -346,8 +346,7 @@
 	    return NULL;
 	return d;
     }
-    if (!FindNextFile(d->hFind, &d->FileData)) 
-    {
+    if (!FindNextFile(d->hFind, &d->FileData)) {
 	errno = GetLastError();
 	if (errno == ERROR_NO_MORE_FILES)
 	    errno = 0;



More information about the Pypy-commit mailing list