Merge pull request #29050 from jiakai0419:dev_gtl
PiperOrigin-RevId: 250732215
This commit is contained in:
commit
d866f749d3
@ -19,7 +19,7 @@ limitations under the License.
|
|||||||
// need more sophisticated syntax than that.
|
// need more sophisticated syntax than that.
|
||||||
//
|
//
|
||||||
// Example:
|
// Example:
|
||||||
// void func() {}
|
// void func() {
|
||||||
// FILE* fp = fopen("data.txt", "r");
|
// FILE* fp = fopen("data.txt", "r");
|
||||||
// if (fp == nullptr) return;
|
// if (fp == nullptr) return;
|
||||||
// auto fp_cleaner = gtl::MakeCleanup([fp] { fclose(fp); });
|
// auto fp_cleaner = gtl::MakeCleanup([fp] { fclose(fp); });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user