summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-15 13:41:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-15 13:41:26 +0000
commit9532e55573a5abee1a68b428ac2e9e177e1c063a (patch)
treeb17b43febdec8f74566732e5d93ce78784bf4c72 /cpukit/libnetworking
parentRemove stray white spaces. (diff)
downloadrtems-9532e55573a5abee1a68b428ac2e9e177e1c063a.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/libnetworking')
-rw-r--r--cpukit/libnetworking/net/if_ppp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/net/if_ppp.c b/cpukit/libnetworking/net/if_ppp.c
index a1b49af7ce..1edf9c7521 100644
--- a/cpukit/libnetworking/net/if_ppp.c
+++ b/cpukit/libnetworking/net/if_ppp.c
@@ -271,7 +271,7 @@ static rtems_task ppp_txdaemon(rtems_task_argument arg)
/* now set flag to fake receive of TX_PACKET event */
/* this will check to see if we have any pending packets */
- events |= TX_PACKET;
+ events |= TX_PACKET;
}
/* received event from pppasyncstart */