diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2019-03-04 14:29:57 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2019-03-04 14:29:57 -0800 |
commit | bc288a76332b1684b0183084aee0a4f46c617b62 (patch) | |
tree | dd8054d1408836d7e1bdc51eb6b2af2fb351eb70 /src/opt/sfm | |
parent | 9842e82326b8e0a6605460888ae56757cb9a9a0f (diff) | |
download | abc-bc288a76332b1684b0183084aee0a4f46c617b62.tar.gz abc-bc288a76332b1684b0183084aee0a4f46c617b62.tar.bz2 abc-bc288a76332b1684b0183084aee0a4f46c617b62.zip |
Suggested white-space changes for fewer gcc warnings.
Diffstat (limited to 'src/opt/sfm')
-rw-r--r-- | src/opt/sfm/sfmSat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opt/sfm/sfmSat.c b/src/opt/sfm/sfmSat.c index 0d5bbca2..8bcb7f8a 100644 --- a/src/opt/sfm/sfmSat.c +++ b/src/opt/sfm/sfmSat.c @@ -260,7 +260,7 @@ void Sfm_ComputeInterpolantCheck( Sfm_Ntk_t * p ) else if ( uTruth == SFM_SAT_UNDEC ) printf( "The problem is UNDEC.\n" ); else - Kit_DsdPrintFromTruth( (unsigned *)&uTruth, 2 ); printf( "\n" ); + Kit_DsdPrintFromTruth( (unsigned *)&uTruth, 2 ), printf( "\n" ); } } |