X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Ftaint.c;h=abe21a3c90af3aa8a6d2839d528651b93e5545e1;hb=6c8b13da57b074620495a0543bd7944bca574a42;hp=c655d60a61cf9009fae1043ee9833877625f2704;hpb=fe8dc2171009e90d2335f159d05f7e6660e24780;p=pspp diff --git a/src/libpspp/taint.c b/src/libpspp/taint.c index c655d60a61..abe21a3c90 100644 --- a/src/libpspp/taint.c +++ b/src/libpspp/taint.c @@ -96,7 +96,7 @@ taint_clone (const struct taint *taint_) bool taint_destroy (struct taint *taint) { - if ( taint ) + if (taint) { bool was_tainted = taint_is_tainted (taint); if (--taint->ref_cnt == 0)