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

Unified Diff: native_client_sdk/src/libraries/nacl_io/include/sys/poll.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
Index: native_client_sdk/src/libraries/nacl_io/include/sys/poll.h
diff --git a/native_client_sdk/src/libraries/nacl_io/include/sys/poll.h b/native_client_sdk/src/libraries/nacl_io/include/sys/poll.h
index 17843447d6940d04d8e2c6ad351a9421d5c2e7a5..d09eb59a026ae1285f3d7c46eb796de17b1c2e58 100644
--- a/native_client_sdk/src/libraries/nacl_io/include/sys/poll.h
+++ b/native_client_sdk/src/libraries/nacl_io/include/sys/poll.h
@@ -31,7 +31,7 @@ struct pollfd {
uint16_t revents;
};
-int poll(struct pollfd *__fds, nfds_t __nfds, int __timeout);
+int poll(struct pollfd* __fds, nfds_t __nfds, int __timeout);
EXTERN_C_END

Powered by Google App Engine
This is Rietveld 408576698