Skip to content

Commit b041ef4

Browse files
authored
Update common/console.cpp
1 parent 18f8352 commit b041ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/console.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ namespace console {
9494
simple_io = true;
9595
}
9696
}
97-
if(simple_io){
97+
if (simple_io) {
9898
_setmode(_fileno(stdin), _O_U8TEXT);
9999
}
100100
#else

0 commit comments

Comments
 (0)