aboutsummaryrefslogtreecommitdiff
path: root/block.c
diff options
context:
space:
mode:
authorInqiyad Sabr <sabr@ariamath.xyz>2025-11-18 14:42:04 +0600
committerInqiyad Sabr <sabr@ariamath.xyz>2025-11-18 14:42:04 +0600
commitccad4019ce8e83cc7e9f3edb257c78bb51589421 (patch)
tree344a0a47e0c0b330105b5d25d7ee9ac8284610f2 /block.c
parent1a494a95e6436f90d3dfc1ca7647eafcc94e5034 (diff)
Fixing all redundancies in code reading, hopefully.
Diffstat (limited to 'block.c')
-rw-r--r--block.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/block.c b/block.c
index efdcb63..1097fb3 100644
--- a/block.c
+++ b/block.c
@@ -1,9 +1,7 @@
#include <stdio.h>
#define BORDER_WIDTH "10"
-void block(
- char *text, char *fg,
- char *bg, char *bc
-){
+void block(char *text, char *fg, char *bg, char *bc)
+{
fputs("{",stdout);
printf("\"full_text\":\"%s\",",text);
printf("\"color\":\"%s\",",fg);