summaryrefslogtreecommitdiff
path: root/inc/response.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-05 14:20:15 -0500
committerbd <bdunahu@operationnull.com>2025-03-05 14:20:15 -0500
commite296a3a6ab782cb80b7091324b41bb78db6d3906 (patch)
treeaf137790ab40290d1cc4e83f3261370c591512bc /inc/response.h
parentdb158de830e4fd4ab20ef5d357e24147c7a9281d (diff)
whitespace
Diffstat (limited to 'inc/response.h')
-rw-r--r--inc/response.h12
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 */