diff options
author | Christopher Faylor <me@cgf.cx> | 2011-06-06 05:02:13 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2011-06-06 05:02:13 +0000 |
commit | b86f999af19e2ef688661a66c07420089425646a (patch) | |
tree | b4d01ee69bf9c61cd94bc98520820608595a3a53 /winsup/cygwin/fhandler_procnet.cc | |
parent | daf7238603ffb7ed994ee492ed63620f6f919835 (diff) | |
download | cygnal-b86f999af19e2ef688661a66c07420089425646a.tar.gz cygnal-b86f999af19e2ef688661a66c07420089425646a.tar.bz2 cygnal-b86f999af19e2ef688661a66c07420089425646a.zip |
whitespace elimination
Diffstat (limited to 'winsup/cygwin/fhandler_procnet.cc')
-rw-r--r-- | winsup/cygwin/fhandler_procnet.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/fhandler_procnet.cc b/winsup/cygwin/fhandler_procnet.cc index adbeaab6b..eede6f2c8 100644 --- a/winsup/cygwin/fhandler_procnet.cc +++ b/winsup/cygwin/fhandler_procnet.cc @@ -39,10 +39,10 @@ static _off64_t format_procnet_ifinet6 (void *, char *&); static const virt_tab_t procnet_tab[] = { - { _VN ("."), FH_PROCNET, virt_directory, NULL }, + { _VN ("."), FH_PROCNET, virt_directory, NULL }, { _VN (".."), FH_PROCNET, virt_directory, NULL }, { _VN ("if_inet6"), FH_PROCNET, virt_file, format_procnet_ifinet6 }, - { NULL, 0, FH_BAD, virt_none, NULL } + { NULL, 0, FH_BAD, virt_none, NULL } }; static const int PROCNET_LINK_COUNT = |