Changeset 3251

Show
Ignore:
Timestamp:
03/29/07 17:52:24 (6 years ago)
Author:
DrewCormier
Message:

indentation typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WaveDev/trunk/WaveDev/wavedev/generate/genNode.py

    r3250 r3251  
    132132     tstr = "AC_CHECK_LIB([omniORB4], [main], [], [AC_MSG_ERROR([cannot find omniORBi4 library])])\n" 
    133133     output.write(tstr) 
    134 tstr = "AC_CHECK_LIB([omniDynamic4], [main], [], [AC_MSG_ERROR([cannot find omniDynamic4 library])])\n" 
    135      output.write(tstr) 
    136 tstr = "AC_CHECK_HEADERS([omniORB4/CORBA.h], [], [AC_MSG_ERROR([cannot find omniORB4 header files])])\n\n" 
    137      output.write(tstr) 
    138 tstr = "AC_LANG_POP\n\n" 
     134     tstr = "AC_CHECK_LIB([omniDynamic4], [main], [], [AC_MSG_ERROR([cannot find omniDynamic4 library])])\n" 
     135     output.write(tstr) 
     136     tstr = "AC_CHECK_HEADERS([omniORB4/CORBA.h], [], [AC_MSG_ERROR([cannot find omniORB4 header files])])\n\n" 
     137     output.write(tstr) 
     138     tstr = "AC_LANG_POP\n\n" 
    139139     output.write(tstr) 
    140140     #end stuff for improved autofoo (no aclocal.d)