Skip to content

Commit c05f9a8

Browse files
committed
Declarations1: fix formatting DCL31-C
1 parent c0764dc commit c05f9a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

c/cert/src/rules/DCL31-C/DeclareIdentifiersBeforeUsingThem.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* @id c/cert/declare-identifiers-before-using-them
33
* @name DCL31-C: Declare identifiers before using them
4-
* @description Omission of type specifiers may not be supported by some
5-
* compilers.
4+
* @description Omission of type specifiers may not be supported by some compilers.
65
* @kind problem
76
* @precision very-high
87
* @problem.severity error

0 commit comments

Comments
 (0)