minor fix for empty scope (group) (#1666)

Этот коммит содержится в:
Tim
2025-04-30 13:29:13 -04:00
коммит произвёл GitHub
родитель 7961624167
Коммит dc0c5f9153
+1
Просмотреть файл
@@ -152,6 +152,7 @@ void Recorder::write(const rcclApiCall &call)
outputFile << std::endl;
indent(2 + 2 * depth, outputFile);
outputFile << "}";
lastcall = call.type;
return ;
}