mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00
Use consistent indentation in BreakpointTestApp.cc
Change-Id: I753591b8465ec57477989fee7bbaa0537a9d7dc7 Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca> Reviewed-on: https://git.eclipse.org/r/35758 Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
5a5b004e3f
commit
cee1a39898
1 changed files with 3 additions and 3 deletions
|
@ -33,15 +33,15 @@ void setBlocks()
|
|||
void loop()
|
||||
{
|
||||
int j = 10;
|
||||
int i = 0;
|
||||
int i = 0;
|
||||
for (i = 0; i < ARRAY_SIZE; i++)
|
||||
j = i;
|
||||
}
|
||||
|
||||
int main()
|
||||
{
|
||||
int a = 10;
|
||||
|
||||
int a = 10;
|
||||
|
||||
zeroBlocks(1);
|
||||
loop();
|
||||
setBlocks();
|
||||
|
|
Loading…
Add table
Reference in a new issue