From f80fbe8ba007ad365cec9da4a6165d51aa5797c6 Mon Sep 17 00:00:00 2001 From: Robert Marsh Date: Mon, 6 Aug 2018 10:16:37 -0700 Subject: [PATCH] C++/Doc: fix whitespace error in change notes --- change-notes/1.18/analysis-cpp.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/change-notes/1.18/analysis-cpp.md b/change-notes/1.18/analysis-cpp.md index 680958e2b76..5f21447cdf7 100644 --- a/change-notes/1.18/analysis-cpp.md +++ b/change-notes/1.18/analysis-cpp.md @@ -25,7 +25,8 @@ | [Too many arguments to formatting function] | More correct and fewer false positives results | This query now understands positional format arguments as supported by some libraries. | | [Variable used in its own initializer] | Fewer false positive results | Results where a macro is used to indicate deliberate uninitialization are now excluded | | [Assignment where comparison was intended] | Fewer false positive results | Results are no longer reported if the variable is not yet defined. | -| [Comparison where assignment was intended] | More correct results | "This query now includes results where an overloaded `operator==` is used in the wrong context. | [ Wrong type of arguments to formatting function] | Fewer false positive results | The size of wide characters in formatting functions is now determined from custom definitions of wide string formatting functions. | +| [Comparison where assignment was intended] | More correct results | "This query now includes results where an overloaded `operator==` is used in the wrong context. | +| [ Wrong type of arguments to formatting function] | Fewer false positive results | The size of wide characters in formatting functions is now determined from custom definitions of wide string formatting functions. | ## Changes to QL libraries