Run tabbing pass
[satune.git] / src / ASTAnalyses / polarityassignment.cc
index 947f28e3d6c70aec3dd4d9a561128d5017ef248c..705f5d9bc8d44b14a2bc3fe50316461cbbdb56e2 100644 (file)
@@ -2,8 +2,8 @@
 #include "csolver.h"
 
 void computePolarities(CSolver *This) {
-       HSIteratorBoolean *iterator=This->getConstraints();
-       while(iterator->hasNext()) {
+       HSIteratorBoolean *iterator = This->getConstraints();
+       while (iterator->hasNext()) {
                Boolean *boolean = iterator->next();
                updatePolarity(boolean, P_TRUE);
                updateMustValue(boolean, BV_MUSTBETRUE);