Whitespace changes only.
[pspp] / src / libpspp / taint.c
index c655d60a61cf9009fae1043ee9833877625f2704..abe21a3c90af3aa8a6d2839d528651b93e5545e1 100644 (file)
@@ -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)