Skip to content

Commit d35ac95

Browse files
committed
input.c: Fix line-endings after recent changes.
1 parent 91bc32d commit d35ac95

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

unix/input.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
#include <readline/readline.h>
3737
#include <readline/history.h>
3838
#include <readline/tilde.h>
39-
#else
40-
#undef MICROPY_USE_READLINE_HISTORY
41-
#define MICROPY_USE_READLINE_HISTORY (0)
39+
#else
40+
#undef MICROPY_USE_READLINE_HISTORY
41+
#define MICROPY_USE_READLINE_HISTORY (0)
4242
#endif
4343

4444
char *prompt(char *p) {

0 commit comments

Comments
 (0)