Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2765)

Unified Diff: native_client_sdk/src/libraries/nacl_io/ostermios.h

Issue 303223007: [NaCl SDK] nacl_io: Run clang-format over nacl_io sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/node.cc ('k') | native_client_sdk/src/libraries/nacl_io/ostime.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/node.cc ('k') | native_client_sdk/src/libraries/nacl_io/ostime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698