Skip to content

Commit

Permalink
style(capi): adjust spacing from cbindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Aug 12, 2024
1 parent 2ed92ac commit ad89b53
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 @@ -538,7 +538,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 ad89b53

Please sign in to comment.