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