CPP: Fix query formatting

This commit is contained in:
Alex Eyers-Taylor
2023-11-27 15:55:44 +00:00
parent 1c012548d4
commit 9eb5b23f54

View File

@@ -1,6 +1,6 @@
/**
* @name Incorrect return-value check for a 'scanf'-like function
* @description Failing to account for EOF in a call to a scanf-like function can lead to
* @description Failing to account for EOF in a call to a scanf-like function can lead to
* undefined behavior.
* @kind problem
* @problem.severity warning