Skip to content

Commit

Permalink
style(capi): update format of hyper.h
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Oct 15, 2024
1 parent 618a185 commit b7e5b4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions capi/include/hyper.h
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ void hyper_waker_free(struct hyper_waker *waker);
void hyper_waker_wake(struct hyper_waker *waker);

#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus
} // extern "C"
#endif // __cplusplus

#endif /* _HYPER_H */
#endif /* _HYPER_H */

0 comments on commit b7e5b4a

Please sign in to comment.