code style

Signed-off-by: valord577 <valord577@gmail.com>
diff --git a/library/debug.c b/library/debug.c
index b146e76..0e98548 100644
--- a/library/debug.c
+++ b/library/debug.c
@@ -86,9 +86,9 @@
     va_end(argp);
 
     if (ret < 0) {
-        eol= 0;
+        eol = 0;
     } else {
-        eol= ret;
+        eol = ret;
         if (ret >= DEBUG_BUF_SIZE - 1) {
             eol = DEBUG_BUF_SIZE - 2;
         }