stage4/generate_c/decompose_var_instance_name.cc
changeset 98 d0cdf1d00b74
parent 70 e1f0ebd2d9ec
--- a/stage4/generate_c/decompose_var_instance_name.cc	Sat Nov 17 10:08:38 2007 +0100
+++ b/stage4/generate_c/decompose_var_instance_name.cc	Thu Dec 06 18:01:58 2007 +0100
@@ -116,10 +116,10 @@
       /* The correct code, is therefore more complex... */
       if (next_variable_name == symbol) {
         /* NOTE: field_selector is always an identifier_c,
-	 * so we do not have to recursevily visit it again...
-	 * return (void *)symbol->field_selector->accept(*this);  -> NOT REQUIRED!!
-	 */
-	return (void *)symbol->field_selector;
+         * so we do not have to recursevily visit it again...
+         * return (void *)symbol->field_selector->accept(*this);  -> NOT REQUIRED!!
+         */
+         return (void *)symbol->field_selector;
       }
 
       current_recursive_variable_name = symbol;