From 29cecee7ff6894517a32d929aecee283bb85058c Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 20 Apr 2014 16:46:04 +0000 Subject: KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove trailing whitespace and blanks before tabs, improve some indenting; no functional change --- att.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'att.c') diff --git a/att.c b/att.c index 3790ab9e..059639af 100644 --- a/att.c +++ b/att.c @@ -1,4 +1,4 @@ -/* $Id: att.c,v 1.10 2014/03/23 11:25:25 schwarze Exp $ */ +/* $Id: att.c,v 1.11 2014/04/20 16:46:04 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -26,11 +26,12 @@ #define LINE(x, y) \ if (0 == strcmp(p, x)) return(y); + const char * mdoc_a2att(const char *p) { -#include "att.in" +#include "att.in" return(NULL); } -- cgit v1.2.3