diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-12-26 13:26:18 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-12-26 13:26:18 +0800 |
commit | bd31f49bac99f21656dc7d0352d5b3f7385f71b2 (patch) | |
tree | b693ad7ec135bd8031458611b5ec485abd866463 /e-util/e-file-utils.c | |
parent | 5f83c587b2da0b9578117796253b7726e98748cc (diff) | |
download | gsoc2013-evolution-bd31f49bac99f21656dc7d0352d5b3f7385f71b2.tar.gz gsoc2013-evolution-bd31f49bac99f21656dc7d0352d5b3f7385f71b2.tar.zst gsoc2013-evolution-bd31f49bac99f21656dc7d0352d5b3f7385f71b2.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'e-util/e-file-utils.c')
-rw-r--r-- | e-util/e-file-utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/e-file-utils.c b/e-util/e-file-utils.c index 015da072f3..5c3aab4f1e 100644 --- a/e-util/e-file-utils.c +++ b/e-util/e-file-utils.c @@ -27,7 +27,8 @@ #include <sys/stat.h> #include <unistd.h> -/* This isn't as portable as, say, the stuff in GNU coreutils. But I care not for OSF1. */ +/* This isn't as portable as, say, the stuff in GNU coreutils. + * But I care not for OSF1. */ #ifdef HAVE_STATVFS # ifdef HAVE_SYS_STATVFS_H # include <sys/statvfs.h> |