From: Philippe Proulx Date: Wed, 12 Nov 2014 01:33:07 +0000 (-0500) Subject: templates.py: use tabs X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2018b956c92ef94bfc2886bdde1aa3b731666d83;p=deliverable%2Fbarectf.git templates.py: use tabs --- diff --git a/barectf/templates.py b/barectf/templates.py index 30b9a61..e309c34 100644 --- a/barectf/templates.py +++ b/barectf/templates.py @@ -22,8 +22,8 @@ HEADER = """ {barectf_ctx} /* barectf error codes */ -#define E{ucprefix}_OK 0 -#define E{ucprefix}_NOSPC 1 +#define E{ucprefix}_OK 0 +#define E{ucprefix}_NOSPC 1 /* alignment macro */ #define {ucprefix}_ALIGN_OFFSET(_at, _align) \\