C++: autoformat

This commit is contained in:
Robert Marsh
2020-05-26 14:06:22 -07:00
parent fb46002332
commit 70f62538af

View File

@@ -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.