From e296a3a6ab782cb80b7091324b41bb78db6d3906 Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 5 Mar 2025 14:20:15 -0500 Subject: whitespace --- inc/response.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'inc/response.h') diff --git a/inc/response.h b/inc/response.h index d190953..c8141fd 100644 --- a/inc/response.h +++ b/inc/response.h @@ -2,15 +2,15 @@ #define RESPONSE_H enum Status { - OK, - WAIT, - BLOCKED, + OK, + WAIT, + BLOCKED, }; struct Response { - Status status; - int *line; - int val; + Status status; + int *line; + int val; }; #endif /* RESPONSE_H_INCLUDED */ -- cgit v1.2.3