Fix a slip of the pen
Change-Id: Ie48924535a44a76b8eb64e8ab18b8bb371f5afee
This commit is contained in:
parent
0596296aed
commit
c3ec6e0f03
@ -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