absyntax_utils/function_param_iterator.cc
changeset 426 78f31e12fc52
parent 424 43d73e28eca8
child 448 1bd18fc06911
--- a/absyntax_utils/function_param_iterator.cc	Fri Feb 03 18:16:20 2012 +0000
+++ b/absyntax_utils/function_param_iterator.cc	Sun Feb 05 19:09:12 2012 +0000
@@ -225,7 +225,8 @@
   function_block_declaration_c *fb_decl = dynamic_cast<function_block_declaration_c *>(pou_decl);
   program_declaration_c        * p_decl = dynamic_cast<program_declaration_c        *>(pou_decl);
 
-  if ((NULL == f_decl) && (NULL == fb_decl) && (NULL == p_decl)) ERROR;
+  if ((NULL == f_decl) && (NULL == fb_decl) && (NULL == p_decl)) 
+    ERROR;
 
   /* OK. Now initialise this object... */
   this->f_decl = pou_decl;