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 and
<stdio.h>
?
You must log in or register to comment.
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 and
<stdio.h>
?