Autoformat

This commit is contained in:
2020-06-01 21:07:31 -07:00
parent c215c1d6e0
commit 999ca05d49
3 changed files with 7 additions and 8 deletions

View File

@@ -3,7 +3,6 @@
#include <curses.h>
#include <string.h>
void draw_text(char *text, int *x, int *y) {
if (!text || strnlen(text, 1) == 0) return;