From b2bf0c7f480a4af90889925180419c376d2afc2a Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 31 May 2003 19:38:00 +0000 Subject: [PATCH] Fix indentation. Found by: FlexeLint --- sys/dev/trm/trm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/trm/trm.c b/sys/dev/trm/trm.c index 3cb9e4f0ba00..6e3fb7abfae5 100644 --- a/sys/dev/trm/trm.c +++ b/sys/dev/trm/trm.c @@ -3057,7 +3057,7 @@ trm_initSRB(PACB pACB) } pSRB->TagNumber = i; } - return (0); + return (0); }