Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro authored Oct 30, 2023
1 parent d777416 commit 1220a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/rbs_extension/lexer.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ enum TokenType {
kVOID, /* void */
kUSE, /* use */
kAS, /* as */
k__TODO__, /* __todo__ */
k__TODO__, /* __todo__ */

tLIDENT, /* Identifiers starting with lower case */
tUIDENT, /* Identifiers starting with upper case */
Expand Down

0 comments on commit 1220a2a

Please sign in to comment.