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 --- main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.h') diff --git a/main.h b/main.h index 79dcf489..beb0481c 100644 --- a/main.h +++ b/main.h @@ -1,4 +1,4 @@ -/* $Id: main.h,v 1.15 2011/10/06 22:29:12 kristaps Exp $ */ +/* $Id: main.h,v 1.16 2014/04/20 16:46:04 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * @@ -25,7 +25,7 @@ struct man; #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) -/* +/* * Definitions for main.c-visible output device functions, e.g., -Thtml * and -Tascii. Note that ascii_alloc() is named as such in * anticipation of latin1_alloc() and so on, all of which map into the -- cgit v1.2.3