use 4 space indent
This commit is contained in:
parent
ba42042013
commit
3bf7247366
1 changed files with 5 additions and 5 deletions
10
editor.html
10
editor.html
|
|
@ -232,11 +232,11 @@ using namespace std;
|
|||
|
||||
int main ()
|
||||
{
|
||||
int a, b=3; /* foobar */
|
||||
a = b;
|
||||
a+=2; // equivalent to a=a+2
|
||||
cout << a;
|
||||
return 0;
|
||||
int a, b=3; /* foobar */
|
||||
a = b;
|
||||
a+=2; // equivalent to a=a+2
|
||||
cout << a;
|
||||
return 0;
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue