Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Howard committed Jan 8, 2019
1 parent d4fece3 commit 2f75220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/lang.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ void bc_result_free(void *result);
// ** Exclude end. **

void bc_array_expand(BcVec *a, size_t len);
int bc_id_cmp(const BcId* e1, const BcId* e2);
int bc_id_cmp(const BcId *e1, const BcId *e2);

#ifndef NDEBUG
extern const char bc_inst_chars[];
Expand Down

0 comments on commit 2f75220

Please sign in to comment.