diff options
| author | Jim Meyering <jim@meyering.net> | 2005-05-14 08:03:44 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2005-05-14 08:03:44 +0000 |
| commit | 8ac343fffac0f5ead2098fd938812725a511f03b (patch) | |
| tree | d7020019f0e970e5eb0b36ba0530a2dee6759075 /lib/path-concat.c | |
| parent | New unlinkdir module. (diff) | |
| download | coreutils-8ac343fffac0f5ead2098fd938812725a511f03b.tar.gz coreutils-8ac343fffac0f5ead2098fd938812725a511f03b.zip | |
Correct cpp indentation
Diffstat (limited to 'lib/path-concat.c')
| -rw-r--r-- | lib/path-concat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/path-concat.c b/lib/path-concat.c index 1643aa99a..364081f15 100644 --- a/lib/path-concat.c +++ b/lib/path-concat.c @@ -89,8 +89,8 @@ path_concat (char const *dir, char const *abase, char **base_in_result) } #ifdef TEST_PATH_CONCAT -#include <stdlib.h> -#include <stdio.h> +# include <stdlib.h> +# include <stdio.h> int main () { |
