OSDN Git Service

osi: Apply clang-format
authorMyles Watson <mylesgw@google.com>
Wed, 19 Oct 2016 20:15:34 +0000 (13:15 -0700)
committerMyles Watson <mylesgw@google.com>
Wed, 19 Oct 2016 20:16:47 +0000 (13:16 -0700)
commitb55040cc6448a8847490da807d2b6362aa8cb8d9
treea529851e616f0db58cb5fcb0a7bc6f6e0d01e10a
parentb08fbbf1067d6b17386006811b8baaeb14989794
osi: Apply clang-format

cd osi/
clang-format -i --style=file include/*.h include/socket_utils/* src/*.cc \
    src/socket_utils/* src/protos/* test/*

Test: mma -j32
Change-Id: I659e586076f1e2ec8f687cd33f441700b8d1f823
75 files changed:
osi/include/alarm.h
osi/include/allocation_tracker.h
osi/include/allocator.h
osi/include/array.h
osi/include/buffer.h
osi/include/compat.h
osi/include/config.h
osi/include/data_dispatcher.h
osi/include/eager_reader.h
osi/include/fixed_queue.h
osi/include/future.h
osi/include/hash_map_utils.h
osi/include/list.h
osi/include/log.h
osi/include/metrics.h
osi/include/osi.h
osi/include/properties.h
osi/include/reactor.h
osi/include/ringbuffer.h
osi/include/semaphore.h
osi/include/socket.h
osi/include/socket_utils/socket_local.h
osi/include/socket_utils/sockets.h
osi/include/thread.h
osi/include/wakelock.h
osi/src/alarm.cc
osi/src/allocation_tracker.cc
osi/src/allocator.cc
osi/src/array.cc
osi/src/buffer.cc
osi/src/compat.cc
osi/src/config.cc
osi/src/data_dispatcher.cc
osi/src/eager_reader.cc
osi/src/fixed_queue.cc
osi/src/future.cc
osi/src/hash_map_utils.cc
osi/src/list.cc
osi/src/metrics.cc
osi/src/metrics_linux.cc
osi/src/mutex.cc
osi/src/osi.cc
osi/src/properties.cc
osi/src/protos/bluetooth.proto
osi/src/reactor.cc
osi/src/ringbuffer.cc
osi/src/semaphore.cc
osi/src/socket.cc
osi/src/socket_utils/README
osi/src/socket_utils/socket_local_client.cc
osi/src/socket_utils/socket_local_server.cc
osi/src/thread.cc
osi/src/time.cc
osi/src/wakelock.cc
osi/test/AlarmTestHarness.cc
osi/test/AlarmTestHarness.h
osi/test/AllocationTestHarness.cc
osi/test/AllocationTestHarness.h
osi/test/alarm_test.cc
osi/test/allocation_tracker_test.cc
osi/test/allocator_test.cc
osi/test/array_test.cc
osi/test/config_test.cc
osi/test/data_dispatcher_test.cc
osi/test/eager_reader_test.cc
osi/test/fixed_queue_test.cc
osi/test/future_test.cc
osi/test/hash_map_utils_test.cc
osi/test/list_test.cc
osi/test/reactor_test.cc
osi/test/ringbuffer_test.cc
osi/test/semaphore_test.cc
osi/test/test_stubs.h
osi/test/thread_test.cc
osi/test/wakelock_test.cc