From 2018b956c92ef94bfc2886bdde1aa3b731666d83 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 11 Nov 2014 20:33:07 -0500 Subject: [PATCH] templates.py: use tabs --- barectf/templates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) \\ -- 2.34.1