summaryrefslogtreecommitdiffstats
path: root/thirdparties/s60/include/smc/statemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/s60/include/smc/statemap.h')
-rwxr-xr-xthirdparties/s60/include/smc/statemap.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/thirdparties/s60/include/smc/statemap.h b/thirdparties/s60/include/smc/statemap.h
index 2fe7b85..201d683 100755
--- a/thirdparties/s60/include/smc/statemap.h
+++ b/thirdparties/s60/include/smc/statemap.h
@@ -6,21 +6,21 @@
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/MPL/
- *
+ *
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
- *
+ *
* The Original Code is State Machine Compiler (SMC).
- *
+ *
* The Initial Developer of the Original Code is Charles W. Rapp.
- *
+ *
* Port to C by Francois Perrad, francois.perrad@gadz.org
* Copyright 2004, Francois Perrad.
* All Rights Reserved.
*
- * Contributor(s):
+ * Contributor(s):
*
* Description
*
@@ -54,8 +54,7 @@
const char *_name; \
int _id;
-struct State
-{
+struct State {
STATE_MEMBERS
};
@@ -76,8 +75,7 @@ struct State
const char * _transition; \
int _debug_flag;
-struct FSMContext
-{
+struct FSMContext {
FSM_MEMBERS(_)
};
OpenPOWER on IntegriCloud