From 495eda8ee467a6d6940899de94f77e4fd7d94bba Mon Sep 17 00:00:00 2001 From: des Date: Mon, 5 May 2003 21:14:36 +0000 Subject: Whitespace cleanup (1.15 had spaces instead of tabs) --- share/mk/bsd.sys.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'share/mk/bsd.sys.mk') diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk index efca42b..4d600ab 100644 --- a/share/mk/bsd.sys.mk +++ b/share/mk/bsd.sys.mk @@ -11,13 +11,13 @@ .if !defined(NO_WARNS) . if defined(CSTD) . if ${CSTD} == "k&r" -CFLAGS += -traditional +CFLAGS += -traditional . elif ${CSTD} == "c89" || ${CSTD} == "c90" -CFLAGS += -std=iso9899:1990 +CFLAGS += -std=iso9899:1990 . elif ${CSTD} == "c94" || ${CSTD} == "c95" -CFLAGS += -std=iso9899:199409 +CFLAGS += -std=iso9899:199409 . elif ${CSTD} == "c99" -CFLAGS += -std=iso9899:1999 +CFLAGS += -std=iso9899:1999 . else CFLAGS += -std=${CSTD} . endif -- cgit v1.1