|
From: <bo...@us...> - 2008-02-26 01:49:28
|
Revision: 88
http://gearbox.svn.sourceforge.net/gearbox/?rev=88&view=rev
Author: borax00
Date: 2008-02-25 17:49:30 -0800 (Mon, 25 Feb 2008)
Log Message:
-----------
formatting.
Modified Paths:
--------------
gearbox/trunk/submitted/gbxsickacfr/test/test.cpp
Modified: gearbox/trunk/submitted/gbxsickacfr/test/test.cpp
===================================================================
--- gearbox/trunk/submitted/gbxsickacfr/test/test.cpp 2008-02-26 01:40:17 UTC (rev 87)
+++ gearbox/trunk/submitted/gbxsickacfr/test/test.cpp 2008-02-26 01:49:30 UTC (rev 88)
@@ -33,7 +33,7 @@
string port = "/dev/ttyS0";
// Get some options from the command line
- while ((opt = getopt (argc, argv, "p:b:")) != -1)
+ while ((opt = getopt(argc, argv, "p:b:")) != -1)
{
switch ( opt )
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|