From 048b08f5be2728e3661dcb48555b023900c1f110 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Sat, 4 Apr 2020 14:49:08 +0200 Subject: [PATCH] Running astyle. There are no functional changes [ci skip] --- lib/checkstl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checkstl.h b/lib/checkstl.h index c1dc176b8..41b002392 100644 --- a/lib/checkstl.h +++ b/lib/checkstl.h @@ -111,7 +111,7 @@ public: void iterators(); void invalidContainer(); - + void invalidContainerLoop(); bool checkIteratorPair(const Token* tok1, const Token* tok2);