etherlab/plc_cia402node.c
changeset 2077 14dfb786c53e
parent 2070 dee8d519f3ff
child 2079 49242019a9ca
--- a/etherlab/plc_cia402node.c	Wed Sep 19 03:30:58 2012 +0200
+++ b/etherlab/plc_cia402node.c	Wed Sep 19 11:03:25 2012 +0200
@@ -29,14 +29,14 @@
 	__SwitchedOn,
 	__OperationEnabled,
 	__QuickStopActive,
-	__FaultReactionActive,
-	__Fault,
+    __FaultReactionActive,
+    __Fault,
 } __CIA402NodeState;
 
 typedef struct {
 %(entry_variables)s
-	__CIA402NodeState state;
-	axis_s* axis;
+    __CIA402NodeState state;
+    axis_s* axis;
 } __CIA402Node;
 
 static __CIA402Node __CIA402Node_%(location)s;