From 5af30b8f63a4268660a499be4bea7563215a836e Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 25 Sep 2023 09:38:43 -0400 Subject: [PATCH] MacPDF: Tweak "#pragma mark" comments --- Meta/Lagom/Contrib/MacPDF/LagomPDFView.mm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Meta/Lagom/Contrib/MacPDF/LagomPDFView.mm b/Meta/Lagom/Contrib/MacPDF/LagomPDFView.mm index 4bf8930674..5e51f0a740 100644 --- a/Meta/Lagom/Contrib/MacPDF/LagomPDFView.mm +++ b/Meta/Lagom/Contrib/MacPDF/LagomPDFView.mm @@ -96,7 +96,7 @@ static NSBitmapImageRep* ns_from_gfx(NonnullRefPtr bitmap_p) _delegate = delegate; } -#pragma mark Drawing +#pragma mark - Drawing - (void)invalidateCachedBitmap { @@ -123,7 +123,7 @@ static NSBitmapImageRep* ns_from_gfx(NonnullRefPtr bitmap_p) [_cachedBitmap drawInRect:self.bounds]; } -#pragma mark Keyboard handling +#pragma mark - Keyboard handling - (BOOL)acceptsFirstResponder { @@ -150,7 +150,7 @@ static NSBitmapImageRep* ns_from_gfx(NonnullRefPtr bitmap_p) [self goToPage:current_page + 1]; } -#pragma mark State restoration +#pragma mark - State restoration - (void)encodeRestorableStateWithCoder:(NSCoder*)coder {