From 950aeffff8d641a0855fbd9a9b2993d9dfd7d2c3 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Thu, 26 Jul 2018 22:24:36 +0100 Subject: CheckBasicStyle: Check number of empty lines between functions (#4267) Add check for number of empty lines between functions and fix the corresponding failures --- src/StringUtils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/StringUtils.h') diff --git a/src/StringUtils.h b/src/StringUtils.h index 1c6cdf509..3751d9946 100644 --- a/src/StringUtils.h +++ b/src/StringUtils.h @@ -21,7 +21,6 @@ typedef std::map AStringMap; - /** Output the formatted text into the string. Returns a_Dst. */ extern AString & Printf(AString & a_Dst, const char * format, fmt::ArgList args); -- cgit v1.2.3