| Index: native_client_sdk/src/libraries/nacl_io/ostermios.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/ostermios.h b/native_client_sdk/src/libraries/nacl_io/ostermios.h
|
| index a03b8a79c235552b656d153489324da216b85f95..f0fc5f68bbc9f465fbfca7d98d5e0fb444a9f370 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/ostermios.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/ostermios.h
|
| @@ -25,11 +25,10 @@ struct termios {
|
| speed_t c_ospeed;
|
| };
|
|
|
| -
|
| EXTERN_C_BEGIN
|
|
|
| -int tcgetattr(int fd,struct termios *termios_p);
|
| -int tcsetattr(int fd,int optional_actions,const struct termios *termios_p);
|
| +int tcgetattr(int fd, struct termios* termios_p);
|
| +int tcsetattr(int fd, int optional_actions, const struct termios* termios_p);
|
|
|
| EXTERN_C_END
|
|
|
|
|