[Crosstoolchain-logs] [device-tree-compiler] 109/198: Fix indentation of srcpos_verror()

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:06:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/1.4.x
in repository device-tree-compiler.

commit e19d3b1d6da33b78dec83a9064a1e9a570657dd6
Author: David Gibson <david at gibson.dropbear.id.au>
Date:   Wed Jan 1 23:17:39 2014 +1100

    Fix indentation of srcpos_verror()
    
    Somehow this function ended up with a 7 space indent, instead of the usual
    8 space (1 tab) indent.
    
    Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
 srcpos.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpos.c b/srcpos.c
index 71a73b8..48059aa 100644
--- a/srcpos.c
+++ b/srcpos.c
@@ -293,13 +293,13 @@ srcpos_string(struct srcpos *pos)
 void
 srcpos_verror(struct srcpos *pos, const char *fmt, va_list va)
 {
-       const char *srcstr;
+	const char *srcstr;
 
-       srcstr = srcpos_string(pos);
+	srcstr = srcpos_string(pos);
 
-       fprintf(stderr, "Error: %s ", srcstr);
-       vfprintf(stderr, fmt, va);
-       fprintf(stderr, "\n");
+	fprintf(stderr, "Error: %s ", srcstr);
+	vfprintf(stderr, fmt, va);
+	fprintf(stderr, "\n");
 }
 
 void

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list