Skip to content

Commit

Permalink
system-plugin: fix header include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
zinccyy committed Jan 3, 2023
1 parent 78a66de commit d1e7fb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ void sr_plugin_cleanup_cb(sr_session_ctx_t *running_session, void *private_data)
}

free(ctx);
}
}
2 changes: 1 addition & 1 deletion src/plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
int sr_plugin_init_cb(sr_session_ctx_t *session, void **private_data);
void sr_plugin_cleanup_cb(sr_session_ctx_t *session, void *private_data);

#endif // BRIDGING_PLUGIN_H
#endif // SYSTEM_PLUGIN_H

0 comments on commit d1e7fb5

Please sign in to comment.