mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C++: Fix formatting
This commit is contained in:
@@ -215,9 +215,7 @@ class PreprocessorUndef extends PreprocessorDirective, @ppd_undef {
|
||||
*/
|
||||
class PreprocessorPragma extends PreprocessorDirective, @ppd_pragma {
|
||||
override string toString() {
|
||||
if exists(this.getHead())
|
||||
then result = "#pragma " + this.getHead()
|
||||
else result = "#pragma"
|
||||
if exists(this.getHead()) then result = "#pragma " + this.getHead() else result = "#pragma"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user