Fix a slip of the pen

Change-Id: Ie48924535a44a76b8eb64e8ab18b8bb371f5afee
This commit is contained in:
jiakai 2019-05-27 16:55:25 +08:00
parent 0596296aed
commit c3ec6e0f03

View File

@ -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); });