>From d83855f738b4084b65088724c71357dc1bd8b861 Mon Sep 17 00:00:00 2001 From: behoffski Date: Fri, 14 Mar 2014 19:39:38 +1030 Subject: [PATCH 3/3] maint: dosbuf.c: Replace code-alignment tabs with spaces. Tabs are already forbidden as leading character of a line, and trailing whitespace is also not allowed. This change is part of an effort to tighten source layout options to improve consistency and repeatability. --- src/dosbuf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dosbuf.c b/src/dosbuf.c index 3648371..c880ab6 100644 --- a/src/dosbuf.c +++ b/src/dosbuf.c @@ -35,8 +35,8 @@ typedef enum { } File_type; struct dos_map { - off_t pos; /* position in buffer passed to matcher */ - off_t add; /* how much to add when reporting char position */ + off_t pos; /* position in buffer passed to matcher */ + off_t add; /* how much to add when reporting char position */ }; static int dos_report_unix_offset = 0; -- 1.8.3.2