diff options
author | bd <bdunahu@operationnull.com> | 2025-03-05 14:20:15 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-05 14:20:15 -0500 |
commit | e296a3a6ab782cb80b7091324b41bb78db6d3906 (patch) | |
tree | af137790ab40290d1cc4e83f3261370c591512bc /inc/response.h | |
parent | db158de830e4fd4ab20ef5d357e24147c7a9281d (diff) |
whitespace
Diffstat (limited to 'inc/response.h')
-rw-r--r-- | inc/response.h | 12 |
1 files changed, 6 insertions, 6 deletions
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 */ |