diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3f5ee8b67f..c5af9c0d26 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2012-06-14 14:22 UTC+0200 Viktor Szakats (harbour syenar.net) + * contrib/hbrun/hbrun.prg + * utils/hbmk2/hbmk2.prg + ! old indentation problem + 2012-06-14 14:21 UTC+0200 Viktor Szakats (harbour syenar.net) - utils/hbmk2/p_ext.hb * utils/hbmk2/hbmk2.prg diff --git a/harbour/contrib/hbrun/hbrun.prg b/harbour/contrib/hbrun/hbrun.prg index 5ffd59fa71..0a322793f7 100644 --- a/harbour/contrib/hbrun/hbrun.prg +++ b/harbour/contrib/hbrun/hbrun.prg @@ -375,14 +375,14 @@ STATIC FUNCTION plugins_load( hPlugins, aParams ) IF ! Empty( plugin[ _PLUGIN_hHRB ] ) plugin[ _PLUGIN_hMethods ] := Do( hHRBEntry ) IF ! Empty( plugin[ _PLUGIN_hMethods ] ) - plugin[ _PLUGIN_ctx ] := Eval( plugin[ _PLUGIN_hMethods ][ "init" ], hConIO, aParams ) - IF ! Empty( plugin[ _PLUGIN_ctx ] ) - plugin[ _PLUGIN_cID ] := plugin[ _PLUGIN_hMethods ][ "id" ] - IF ! Empty( plugin[ _PLUGIN_cID ] ) - AAdd( plugins, plugin ) - ENDIF - ENDIF - ENDIF + plugin[ _PLUGIN_ctx ] := Eval( plugin[ _PLUGIN_hMethods ][ "init" ], hConIO, aParams ) + IF ! Empty( plugin[ _PLUGIN_ctx ] ) + plugin[ _PLUGIN_cID ] := plugin[ _PLUGIN_hMethods ][ "id" ] + IF ! Empty( plugin[ _PLUGIN_cID ] ) + AAdd( plugins, plugin ) + ENDIF + ENDIF + ENDIF ENDIF NEXT diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index 7f2bb6af2b..cccb6fb87c 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -12583,14 +12583,14 @@ STATIC FUNCTION __hbshell_plugins_load( hPlugins, aParams ) IF ! Empty( plugin[ _PLUGIN_hHRB ] ) plugin[ _PLUGIN_hMethods ] := Do( hHRBEntry ) IF ! Empty( plugin[ _PLUGIN_hMethods ] ) - plugin[ _PLUGIN_ctx ] := Eval( plugin[ _PLUGIN_hMethods ][ "init" ], hConIO, aParams ) - IF ! Empty( plugin[ _PLUGIN_ctx ] ) - plugin[ _PLUGIN_cID ] := plugin[ _PLUGIN_hMethods ][ "id" ] - IF ! Empty( plugin[ _PLUGIN_cID ] ) - AAdd( plugins, plugin ) - ENDIF - ENDIF - ENDIF + plugin[ _PLUGIN_ctx ] := Eval( plugin[ _PLUGIN_hMethods ][ "init" ], hConIO, aParams ) + IF ! Empty( plugin[ _PLUGIN_ctx ] ) + plugin[ _PLUGIN_cID ] := plugin[ _PLUGIN_hMethods ][ "id" ] + IF ! Empty( plugin[ _PLUGIN_cID ] ) + AAdd( plugins, plugin ) + ENDIF + ENDIF + ENDIF ENDIF NEXT