Skip to content

Commit 55b0dbd

Browse files
committed
C++: Autoformat.
1 parent 2160edc commit 55b0dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/Specifier.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class AlignAs extends Attribute, @alignas {
207207
* A GNU `format` attribute of the form `__attribute__((format(archetype, format-index, first-arg)))`
208208
* that declares a function to accept a `printf` style format string. For example the attribute
209209
* on the following declaration:
210-
* ```
210+
* ```
211211
* int myPrintf(const char *format, ...) __attribute__((format(printf, 1, 2)));
212212
* ```
213213
*/

0 commit comments

Comments
 (0)