Skip to content

Commit

Permalink
Add whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pelijah authored May 17, 2024
1 parent 724b199 commit 11816aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/util/sdb/src/text.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ typedef struct {
size_t line_begin;
size_t token_begin; // beginning of the currently processed token in the buffer
size_t shift; // amount to shift chars to the left (from unescaping)
RzList /*<void*>*/ *path;
RzList /*<void *>*/ *path;
LoadState state;
bool unescape; // whether the prev char was a backslash, i.e. the current one is escaped
} LoadCtx;
Expand Down

0 comments on commit 11816aa

Please sign in to comment.