summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-11-23 17:55:37 +0000
committerChristopher Faylor <me@cgf.cx>2003-11-23 17:55:37 +0000
commit4b1bc69287d678b0553660cd726052766c93cf4c (patch)
tree846c149194d4e60f37583d259acf0dae67d5aae7
parent95b11561445c2a15e9e4e16213dd583ceee57569 (diff)
downloadcygnal-4b1bc69287d678b0553660cd726052766c93cf4c.tar.gz
cygnal-4b1bc69287d678b0553660cd726052766c93cf4c.tar.bz2
cygnal-4b1bc69287d678b0553660cd726052766c93cf4c.zip
white space
-rw-r--r--winsup/cygwin/dtable.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc
index 0d083b65b..b2291c7d5 100644
--- a/winsup/cygwin/dtable.cc
+++ b/winsup/cygwin/dtable.cc
@@ -329,7 +329,7 @@ build_fh_pc (path_conv& pc)
fh = cnew (fhandler_tty_master) ();
break;
case DEV_CYGDRIVE_MAJOR:
- fh = cnew (fhandler_cygdrive) ();
+ fh = cnew (fhandler_cygdrive) ();
break;
case DEV_FLOPPY_MAJOR:
case DEV_CDROM_MAJOR: