mirror of
https://github.com/reactos/reactos.git
synced 2025-06-15 05:18:30 +00:00
[SPEC2DEF] Minor whitespace makeup only.
This commit is contained in:
parent
bf1b3cb175
commit
28f08b54c0
1 changed files with 16 additions and 16 deletions
|
@ -302,9 +302,9 @@ OutputLine_stub(FILE *file, EXPORT *pexp)
|
|||
case ARG_STR: fprintf(file, "char*"); break;
|
||||
case ARG_WSTR: fprintf(file, "wchar_t*"); break;
|
||||
case ARG_DBL: fprintf(file, "double"); break;
|
||||
case ARG_INT64 : fprintf(file, "__int64"); break;
|
||||
case ARG_INT64: fprintf(file, "__int64"); break;
|
||||
/* __int128 is not supported on x86, and int128 in spec files most often represents a GUID */
|
||||
case ARG_INT128 : fprintf(file, "GUID"); break;
|
||||
case ARG_INT128: fprintf(file, "GUID"); break;
|
||||
case ARG_FLOAT: fprintf(file, "float"); break;
|
||||
}
|
||||
fprintf(file, " a%d", i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue