sus indentation ඞ

This commit is contained in:
LinlyBoi
2023-08-22 18:43:37 +03:00
parent 210e49c651
commit 9bd0766dac

View File

@@ -36,7 +36,7 @@ int _printf(const char *format, ...)
buff_idx = 0;
}
printed += fmt(*(format + fmt_idx + 1), args);
fmt_idx += 2;
fmt_idx += 2;
}
else
*(buffer + buff_idx++) = *(format + fmt_idx++); /* filling up buffer */