Skip to content

Commit

Permalink
Merge pull request #1 from rayfoss/kyu-ray
Browse files Browse the repository at this point in the history
whitespace
  • Loading branch information
Kyusung4698 authored Apr 1, 2020
2 parents f34ea81 + 7408f74 commit 65da4f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/keypress.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,9 @@ void typeStringDelayed(const char *str, const unsigned cpm)
}

unicodeTap(n);
if (mspc > 0) {

if (mspc > 0) {
microsleep(mspc);
}
}
}
}

0 comments on commit 65da4f9

Please sign in to comment.