Skip to content
Snippets Groups Projects
Commit 942bcdaa authored by Grigoris Pavlakis's avatar Grigoris Pavlakis Committed by kongr45gpen
Browse files

Style fix: opening bracket right next to function name

parent 55d15fd0
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
* } * }
*/ */
int FunctionManagementService::call(Message msg){ int FunctionManagementService::call(Message msg) {
assert(msg.messageType == 1); assert(msg.messageType == 1);
assert(msg.serviceType == 8); assert(msg.serviceType == 8);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment