mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 02:06:01 +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,14 +33,14 @@ void setBlocks()
|
||||||
void loop()
|
void loop()
|
||||||
{
|
{
|
||||||
int j = 10;
|
int j = 10;
|
||||||
int i = 0;
|
int i = 0;
|
||||||
for (i = 0; i < ARRAY_SIZE; i++)
|
for (i = 0; i < ARRAY_SIZE; i++)
|
||||||
j = i;
|
j = i;
|
||||||
}
|
}
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
int a = 10;
|
int a = 10;
|
||||||
|
|
||||||
zeroBlocks(1);
|
zeroBlocks(1);
|
||||||
loop();
|
loop();
|
||||||
|
|
Loading…
Add table
Reference in a new issue