Update main.c - codestyle

This commit is contained in:
Bob Andrews
2025-06-20 17:53:52 +02:00
committed by GitHub
parent de844d48c4
commit fa4d704ee8

View File

@@ -1719,7 +1719,7 @@ int main (int argc, char* argv [])
** Link() may not return if there's an error, so we install ** Link() may not return if there's an error, so we install
** RemoveTempFiles() as an atexit() handler. ** RemoveTempFiles() as an atexit() handler.
*/ */
atexit(RemoveTempFiles); atexit (RemoveTempFiles);
Link (); Link ();
} }