mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
C++: autoformat
This commit is contained in:
@@ -341,9 +341,7 @@ class TranslatedFunction extends TranslatedElement, TTranslatedFunction {
|
||||
/**
|
||||
* Gets the variable that represents the `this` pointer for this function, if any.
|
||||
*/
|
||||
final IRThisVariable getThisVariable() {
|
||||
result = getIRTempVariable(func, ThisTempVar())
|
||||
}
|
||||
final IRThisVariable getThisVariable() { result = getIRTempVariable(func, ThisTempVar()) }
|
||||
|
||||
/**
|
||||
* Holds if the function has a non-`void` return type.
|
||||
|
||||
Reference in New Issue
Block a user