Skip to content

Commit

Permalink
refactor: Use clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
ajblane committed May 30, 2019
1 parent 7e50cee commit ff7240d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/remote_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ struct _remote_impl_context {
bool (*initialize)(RemoteImplContext *remote_ctx);
void (*destroy)(RemoteImplContext *remote_ctx);
/* Private PoW Context for each thread */
void *(*getPoWContext)(RemoteImplContext *remote_ctx, int8_t *trytes, int mwm);
void *(*getPoWContext)(RemoteImplContext *remote_ctx,
int8_t *trytes,
int mwm);
bool (*doThePoW)(RemoteImplContext *remote_ctx, void *pow_ctx);
int8_t *(*getPoWResult)(void *pow_ctx);
PoW_Info (*getPoWInfo)(void *pow_ctx);
Expand Down

0 comments on commit ff7240d

Please sign in to comment.