Skip to content

Commit 26d47b7

Browse files
committed
Fix indentation
1 parent 18ecba9 commit 26d47b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-transparent-unions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ extern "C" fn log_event(message: core::ptr::NonNull<libc::c_char>,
159159
fn main() {
160160
extern "C" {
161161
fn set_log_handler(handler: extern "C" fn(core::ptr::NonNull<libc::c_char>,
162-
Context));
162+
Context));
163163
}
164164

165165
// Set the log handler so the external C library can call log_event.

0 commit comments

Comments
 (0)