Skip to content

Commit a68a2c5

Browse files
committed
Fix indentation
1 parent ad63d9d commit a68a2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-demangle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ static void demangle_const(struct rust_demangler *rdm, bool in_value) {
892892
case 'Q':
893893
if (ty_tag == 'R' && eat(rdm, 'e')) {
894894
// NOTE(eddyb) this prints `"..."` instead of `&*"..."`, which
895-
// is what `Re..._` would imply (see comment for `str` above).
895+
// is what `Re..._` would imply (see comment for `str` above).
896896
demangle_const_str_literal(rdm);
897897
break;
898898
}

0 commit comments

Comments
 (0)