소스 검색

format mips bits/termios.h consistently mips64 and n32 versions

with this change, all three files are identical.
Rich Felker 8 년 전
부모
커밋
45ba07fded
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      arch/mips/bits/termios.h

+ 1 - 2
arch/mips/bits/termios.h

@@ -1,5 +1,4 @@
-struct termios
-{
+struct termios {
 	tcflag_t c_iflag;
 	tcflag_t c_oflag;
 	tcflag_t c_cflag;