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 --- arch.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'arch.c') diff --git a/arch.c b/arch.c index 8a8b038e..3e746d83 100644 --- a/arch.c +++ b/arch.c @@ -1,4 +1,4 @@ -/* $Id: arch.c,v 1.10 2014/03/23 11:25:25 schwarze Exp $ */ +/* $Id: arch.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_a2arch(const char *p) { -#include "arch.in" +#include "arch.in" return(NULL); } -- cgit v1.2.3-56-ge451