Skip to content

Commit aef6a09

Browse files
committed
Fix code format
1 parent 31cc1e5 commit aef6a09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • libCacheSim/include/libCacheSim

libCacheSim/include/libCacheSim/enum.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ static const char* const req_op_str[OP_INVALID + 2] = {
9999
"prepend", "delete",
100100
"incr", "decr",
101101
"read", "write",
102-
"update", INV_X64 INV_X64 INV_X64 INV_X16 INV_X16 INV_X16
103-
"invalid", "invalid"};
102+
"update", INV_X64 INV_X64 INV_X64 INV_X16 INV_X16 INV_X16 "invalid",
103+
"invalid"};
104104

105105
typedef enum { ERR, OK, MY_EOF } rstatus;
106106
static const char* const rstatus_str[3] = {"ERR", "OK", "MY_EOF"};

0 commit comments

Comments
 (0)