diff options
author | Christopher Faylor <me@cgf.cx> | 2005-08-12 02:39:13 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-08-12 02:39:13 +0000 |
commit | 1cd065837c6698b0e3dba6977b47061f8419dfba (patch) | |
tree | a7ff66c35914ad5285d42712669d75ee6c3af394 /winsup/cygwin/external.cc | |
parent | b4ec1841997ed8ddfba41818e4806513d8da433d (diff) | |
download | newlib-1cd065837c6698b0e3dba6977b47061f8419dfba.zip newlib-1cd065837c6698b0e3dba6977b47061f8419dfba.tar.gz newlib-1cd065837c6698b0e3dba6977b47061f8419dfba.tar.bz2 |
white space
Diffstat (limited to 'winsup/cygwin/external.cc')
-rw-r--r-- | winsup/cygwin/external.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/external.cc b/winsup/cygwin/external.cc index 5e81536..2127a00 100644 --- a/winsup/cygwin/external.cc +++ b/winsup/cygwin/external.cc @@ -311,7 +311,7 @@ cygwin_internal (cygwin_getinfo_types t, ...) try_to_debug (); break; default: - break; + break; } return (unsigned long) -1; } |