indent dummy.c
This commit is contained in:
parent
9bf92ab3e3
commit
062b4036d0
1 changed files with 4 additions and 3 deletions
3
dummy.c
3
dummy.c
|
|
@ -14,6 +14,7 @@ static TYPE x UNUSED;
|
||||||
static int exists UNUSED = ! !SYMBOL;
|
static int exists UNUSED = ! !SYMBOL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int main(int argc UNUSED, char *argv[] UNUSED){
|
int main(int argc UNUSED, char *argv[]UNUSED)
|
||||||
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue