1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00

Reformatting.

This commit is contained in:
Mikhail Khodjaiants 2004-11-04 22:11:28 +00:00
parent 3eb80a102a
commit c9259b653d

View file

@ -59,7 +59,8 @@ public class CRegisterGroup extends CDebugElement implements IRegisterGroup, IEn
((CRegister)fRegisters[i]).setEnabled( isEnabled() ); ((CRegister)fRegisters[i]).setEnabled( isEnabled() );
} }
} }
} catch (CDIException e) { }
catch( CDIException e ) {
requestFailed( e.getMessage(), null ); requestFailed( e.getMessage(), null );
} }
} }