From 0bf789db4cc59fcb3973ad82c20e936a3f61cdb0 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 28 Apr 2017 14:56:18 -0500 Subject: [PATCH] Fix indentation warning from GCC --- src/rec/subRecord.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rec/subRecord.c b/src/rec/subRecord.c index 22742e6fe..441755ed8 100644 --- a/src/rec/subRecord.c +++ b/src/rec/subRecord.c @@ -170,9 +170,10 @@ static long special(DBADDR *paddr, int after) subRecord *prec = (subRecord *)paddr->precord; if (!after) { - if (prec->snam[0] == 0 && prec->pact) + if (prec->snam[0] == 0 && prec->pact) { prec->pact = FALSE; prec->rpro = FALSE; + } return 0; }