From 7e7aa2102935a4b030e0622ef4d137b429335e8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 26 Dec 2016 14:14:48 +0100 Subject: [PATCH] astyle formatting [ci skip] --- lib/checknullpointer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checknullpointer.cpp b/lib/checknullpointer.cpp index dad59d08f..7111ba43c 100644 --- a/lib/checknullpointer.cpp +++ b/lib/checknullpointer.cpp @@ -31,7 +31,7 @@ namespace { } static const CWE CWE476(476U); // NULL Pointer Dereference -static const CWE CWE682(682U); // Incorrect Calculation +static const CWE CWE682(682U); // Incorrect Calculation //---------------------------------------------------------------------------