From 707f95c829f6fda992e1ff5be2fb130cb809e055 Mon Sep 17 00:00:00 2001 From: Geoffrey White <40627776+geoffw0@users.noreply.github.com> Date: Wed, 4 Sep 2019 09:59:21 +0100 Subject: [PATCH] CPP: Alignment. --- cpp/ql/src/Security/CWE/CWE-190/ComparisonWithWiderType.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/src/Security/CWE/CWE-190/ComparisonWithWiderType.ql b/cpp/ql/src/Security/CWE/CWE-190/ComparisonWithWiderType.ql index af343fc991f..604f3915e98 100644 --- a/cpp/ql/src/Security/CWE/CWE-190/ComparisonWithWiderType.ql +++ b/cpp/ql/src/Security/CWE/CWE-190/ComparisonWithWiderType.ql @@ -12,7 +12,7 @@ * external/cwe/cwe-197 * external/cwe/cwe-835 * -*/ + */ import cpp import semmle.code.cpp.controlflow.Dominance