Coding style.

Removed the Code widget which was almost the same as the Text widget.
This commit is contained in:
Andrew Hamilton 2016-02-18 19:37:31 +00:00
parent 6eb64745b9
commit 1a12f6e369
13 changed files with 46 additions and 94 deletions

View file

@ -5,5 +5,4 @@
int main()
{
 cout << "Hello World" << endl;
}

} 

View file

@ -1,3 +1,2 @@
def hi():
 print("hi")

 print("hi")

View file

@ -1,3 +1,2 @@
#!/usr/bin/perl
print "Hello, world!\n";

print "Hello, world!\n";

View file

@ -1,2 +1,2 @@
def hi():

def hi():


View file

@ -1,2 +1,2 @@
def hi():

def hi():


View file

@ -1,2 +1,2 @@




View file

@ -4,5 +4,4 @@
{
 printf("Hello World\n");
 return 0;
}

} 

View file

@ -5,5 +5,4 @@
int main()
{
 cout << "Hello World" << endl;
}

} 

View file

@ -3,5 +3,4 @@
void hello();
#endif

#endif