Fix indentation in Parser/tokenizer.c (#105012)

diff --git a/Parser/tokenizer.c b/Parser/tokenizer.c
index 1e8f785..a7651b1 100644
--- a/Parser/tokenizer.c
+++ b/Parser/tokenizer.c
@@ -1760,7 +1760,7 @@
     tok->starting_col_offset = tok->col_offset;
 
     /* Return pending indents/dedents */
-   if (tok->pendin != 0) {
+    if (tok->pendin != 0) {
         if (tok->pendin < 0) {
             if (tok->tok_extra_tokens) {
                 p_start = tok->cur;