Skip to content

Commit 959b8f3

Browse files
committed
C++: Autoformat.
1 parent b670522 commit 959b8f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,12 +1305,12 @@ class SpecifiedType extends DerivedType {
13051305

13061306
/**
13071307
* INTERNAL: Do not use.
1308-
*
1308+
*
13091309
* Gets all the specifiers of this type as a string in a fixed order (the order
13101310
* only depends on the specifiers, not on the source program). This is intended
13111311
* for debugging queries only and is an expensive operation.
13121312
*/
1313-
string getSpecifierString() { result = concat(this.getASpecifier().getName(), " ")}
1313+
string getSpecifierString() { result = concat(this.getASpecifier().getName(), " ") }
13141314

13151315
override string explain() {
13161316
result = this.getSpecifierString() + " {" + this.getBaseType().explain() + "}"

0 commit comments

Comments
 (0)