Index: src/AST/Type.hpp
===================================================================
--- src/AST/Type.hpp	(revision 9d55ff63d37aa8e7cd666fec19b68125f7da6a2f)
+++ src/AST/Type.hpp	(revision ae1d15124ce32b2a9afb229d30e293e49dd1577b)
@@ -412,5 +412,4 @@
 		std::string typeString() const { return std::string("_") + std::to_string(formal_usage) + "_" + std::to_string(expr_id) + "_" + base->name; }
 		bool operator==(const TypeEnvKey & other) const { return base == other.base && formal_usage == other.formal_usage && expr_id == other.expr_id; }
-
 	};
 
Index: src/Concurrency/Waitfor.cc
===================================================================
--- src/Concurrency/Waitfor.cc	(revision 9d55ff63d37aa8e7cd666fec19b68125f7da6a2f)
+++ src/Concurrency/Waitfor.cc	(revision ae1d15124ce32b2a9afb229d30e293e49dd1577b)
@@ -402,5 +402,5 @@
 
 		clause.target.function = nullptr;
-		clause.target.arguments.empty();
+		clause.target.arguments.clear();
 		clause.condition = nullptr;
 	}
Index: src/GenPoly/Lvalue2.cc
===================================================================
--- src/GenPoly/Lvalue2.cc	(revision 9d55ff63d37aa8e7cd666fec19b68125f7da6a2f)
+++ src/GenPoly/Lvalue2.cc	(revision ae1d15124ce32b2a9afb229d30e293e49dd1577b)
@@ -23,4 +23,3 @@
 }
 
-
 }
