File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cpp/ql/src/semmle/code/cpp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ( ) + "}"
You can’t perform that action at this time.
0 commit comments