diff options
author | Christopher Faylor <me@cgf.cx> | 2005-02-13 18:17:29 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-02-13 18:17:29 +0000 |
commit | 264f41f081816b2e2f80b5a0c7e1da79cda194bb (patch) | |
tree | 70b86b4292c4263b90546213bbe6657dfe166baf /winsup/cygwin/gendevices | |
parent | ba8c69552f3c2b2ba05b9ff7c46cbc9667a871c3 (diff) | |
download | cygnal-264f41f081816b2e2f80b5a0c7e1da79cda194bb.tar.gz cygnal-264f41f081816b2e2f80b5a0c7e1da79cda194bb.tar.bz2 cygnal-264f41f081816b2e2f80b5a0c7e1da79cda194bb.zip |
white space
Diffstat (limited to 'winsup/cygwin/gendevices')
-rwxr-xr-x | winsup/cygwin/gendevices | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/gendevices b/winsup/cygwin/gendevices index d8a5a5d73..27d4ed1a1 100755 --- a/winsup/cygwin/gendevices +++ b/winsup/cygwin/gendevices @@ -119,7 +119,7 @@ sub generate { $rest = "$fh, $rest" if $rest =~ /^"/o; $rest = fixup($rest, $vars); if ($rest =~ /^(.*), ([a-z_]*_dev)/) { - $pointers{$2} ||= "const device *$2 = $storage_loc;\n"; + $pointers{$2} ||= "const device *$2 = $storage_loc;\n"; $rest = $1; } push(@storage, " {\"$dev\", " . $rest . "},\n"); |