Mass reformat
This commit is contained in:
parent
4d27def35e
commit
df11e34235
27 changed files with 121 additions and 136 deletions
|
|
@ -14,8 +14,12 @@ typedef struct {
|
|||
int (*get)();
|
||||
} Test;
|
||||
|
||||
void my_put(int a) { global = a; }
|
||||
int my_get() { return global; }
|
||||
void my_put(int a) {
|
||||
global = a;
|
||||
}
|
||||
int my_get() {
|
||||
return global;
|
||||
}
|
||||
|
||||
void executor(Test *t) {
|
||||
t->put(10);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue