diff options
author | Colin Cross <ccross@android.com> | 2013-11-08 19:04:18 -0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2013-12-18 18:27:54 -0800 |
commit | 92d7ca6af3ee38027d7341f24c6b550eaa41417a (patch) | |
tree | 6ab8da5165f8668a27033d07fa8db523cf76f3ff /libion/include | |
parent | 03c932dffa2f72ee63de24c221d07d249a6eafd3 (diff) | |
download | system_core-92d7ca6af3ee38027d7341f24c6b550eaa41417a.zip system_core-92d7ca6af3ee38027d7341f24c6b550eaa41417a.tar.gz system_core-92d7ca6af3ee38027d7341f24c6b550eaa41417a.tar.bz2 |
libion: clean up whitespace
Convert everything to 4 space indents, no tabs.
Change-Id: I376fad866864f0579b91ffad406e872fcce566ad
Diffstat (limited to 'libion/include')
-rw-r--r-- | libion/include/ion/ion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libion/include/ion/ion.h b/libion/include/ion/ion.h index 0451b5a..6ad3ed7 100644 --- a/libion/include/ion/ion.h +++ b/libion/include/ion/ion.h @@ -30,9 +30,9 @@ struct ion_handle; int ion_open(); int ion_close(int fd); int ion_alloc(int fd, size_t len, size_t align, unsigned int heap_mask, - unsigned int flags, ion_user_handle_t *handle); + unsigned int flags, ion_user_handle_t *handle); int ion_alloc_fd(int fd, size_t len, size_t align, unsigned int heap_mask, - unsigned int flags, int *handle_fd); + unsigned int flags, int *handle_fd); int ion_sync_fd(int fd, int handle_fd); int ion_free(int fd, ion_user_handle_t handle); int ion_map(int fd, ion_user_handle_t handle, size_t length, int prot, |