formatting

This commit is contained in:
john30
2015-03-12 23:30:09 +01:00
parent 8333a978ef
commit 16febf3555
+1
View File
@@ -294,6 +294,7 @@ string MainLoop::executeRead(vector<string> &args)
return getResultCode(RESULT_ERR_NOTFOUND);
if (message->getDstAddress()==SYN && dstAddress==SYN)
return getResultCode(RESULT_ERR_INVALID_ADDR);
// read directly from bus
SymbolString master(true);
istringstream input;