summaryrefslogtreecommitdiffstats
path: root/src/sat/bsat/satInterA.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sat/bsat/satInterA.c')
-rw-r--r--src/sat/bsat/satInterA.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sat/bsat/satInterA.c b/src/sat/bsat/satInterA.c
index cc780580..5837e68f 100644
--- a/src/sat/bsat/satInterA.c
+++ b/src/sat/bsat/satInterA.c
@@ -941,7 +941,7 @@ void * Inta_ManInterpolate( Inta_Man_t * p, Sto_Man_t * pCnf, void * vVarsAB, in
// stop the proof
if ( p->fProofWrite )
- {
+ {
fclose( p->pFile );
p->pFile = NULL;
}