mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
Reformatting.
This commit is contained in:
parent
3eb80a102a
commit
c9259b653d
1 changed files with 6 additions and 5 deletions
|
@ -59,7 +59,8 @@ public class CRegisterGroup extends CDebugElement implements IRegisterGroup, IEn
|
|||
((CRegister)fRegisters[i]).setEnabled( isEnabled() );
|
||||
}
|
||||
}
|
||||
} catch (CDIException e) {
|
||||
}
|
||||
catch( CDIException e ) {
|
||||
requestFailed( e.getMessage(), null );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue