1
0
Fork 0
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:
Simon Marchi 2014-10-31 15:12:44 -04:00 committed by Marc Khouzam
parent 5a5b004e3f
commit cee1a39898

View file

@ -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();