Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/c_traceback/error.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ bool ctb_check_error(void);
*/
void ctb_clear_error(void);

#endif // C_TRACEBACK_ERROR_H
#endif // C_TRACEBACK_ERROR_H
2 changes: 1 addition & 1 deletion include/c_traceback/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ void ctb_log_message_fmt(
...
);

#endif // C_TRACEBACK_LOGGING_H
#endif // C_TRACEBACK_LOGGING_H
2 changes: 1 addition & 1 deletion include/c_traceback/signal_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ void ctb_install_signal_handler(void);
*/
void ctb_dump_traceback_signal(const CTB_Error ctb_error);

#endif /* C_TRACEBACK_SIGNAL_HANDLER_H */
#endif /* C_TRACEBACK_SIGNAL_HANDLER_H */
2 changes: 1 addition & 1 deletion include/c_traceback/trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ void ctb_push_call_stack_frame(
*/
void ctb_pop_call_stack_frame(void);

#endif /* C_TRACEBACK_TRACE_H */
#endif /* C_TRACEBACK_TRACE_H */
2 changes: 1 addition & 1 deletion include/c_traceback/traceback.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ void ctb_log_traceback(void);
*/
void ctb_dump_traceback(void);

#endif /* C_TRACEBACK_TRACEBACK_H */
#endif /* C_TRACEBACK_TRACEBACK_H */