Skip to content

Commit 70f6253

Browse files
committed
C++: autoformat
1 parent fb46002 commit 70f6253

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/TranslatedFunction.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,7 @@ class TranslatedFunction extends TranslatedElement, TTranslatedFunction {
341341
/**
342342
* Gets the variable that represents the `this` pointer for this function, if any.
343343
*/
344-
final IRThisVariable getThisVariable() {
345-
result = getIRTempVariable(func, ThisTempVar())
346-
}
344+
final IRThisVariable getThisVariable() { result = getIRTempVariable(func, ThisTempVar()) }
347345

348346
/**
349347
* Holds if the function has a non-`void` return type.

0 commit comments

Comments
 (0)