"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearC_

GNU `indent` does not work for preprocessor styling?

When I try running GNU indent on this particular code snippet:

#include    <stdio.h>
#include <stdlib.h>

Nothing happens? Why isn't indent dealing with the irregular space between #include and <stdio.h>?

4
0
Comments 0