root/dummy.c

Revision 6bd80b169312667157a392f99d271526d15c456c, 101 bytes (checked in by H. Peter Anvin <hpa@…>, 3 years ago)

Run Nindent on dummy.c

Automatically reformat dummy.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@…>

  • Property mode set to 100644
Line 
1/*
2 * Trivial C program to test the compiler
3 */
4
5int main(int argc, char *argv[])
6{
7    return 0;
8}
Note: See TracBrowser for help on using the browser.