Commit ea0b8c13 authored by Xavier Thompson's avatar Xavier Thompson

Normalise indentation in CyObject.cpp

parent 39b5bfaa
...@@ -115,8 +115,7 @@ ...@@ -115,8 +115,7 @@
ActhonSyncInterface* _sync_method; ActhonSyncInterface* _sync_method;
ActhonResultInterface* _result; ActhonResultInterface* _result;
virtual int activate() = 0; virtual int activate() = 0;
ActhonMessageInterface(ActhonSyncInterface* sync_method, ActhonMessageInterface(ActhonSyncInterface* sync_method, ActhonResultInterface* result_object);
ActhonResultInterface* result_object);
virtual ~ActhonMessageInterface(); virtual ~ActhonMessageInterface();
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment