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>?