Skip to content

Commit

Permalink
#142 fix note
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Oct 11, 2019
1 parent b4fef45 commit 3a3a376
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -959,9 +959,9 @@ static EVENT_CALLBACK(EVENT_HANDLER_MOUSE_UP)
/*
* @cleanup
*
* NOTE(koekeishiya): The follow section of code contains duplicated code, but is left
* inline as-is for readability purposes. Consider possibly replacing with a macro,
* because C does not allow for locally-scoped functions.
* NOTE(koekeishiya): The following section of code contains duplicated code,
* but is left inline as-is for readability purposes. Consider replacing with
* macros, because C does not allow for locally-scoped functions.
* */

if (a_node && b_node) {
Expand Down

0 comments on commit 3a3a376

Please sign in to comment.