astyle
[anna.git] / include / anna / core / util / MultiRangeExpression.hpp
index ab3273c..a391bb5 100644 (file)
@@ -113,10 +113,11 @@ public:
   * @param l Literal to be added
   */
   void addLiteral(const char * l) throw() {
-    if (l) {
+    if(l) {
       a_literal += ",";
       a_literal += l;
     }
+
     refresh();
   }
 };