code style

This commit is contained in:
Roland Jax
2014-12-30 20:08:48 +01:00
parent df85caf71f
commit 612270f942
12 changed files with 85 additions and 53 deletions
+2 -1
View File
@@ -95,7 +95,8 @@ int main(int argc, char* argv[])
port.close();
if(port.isOpen() == false)
cout << "closePort successful." << endl;
} else
}
else
cout << "error opening device " << A.getOptVal<const char*>("device") << endl;