diff options
| author | Bernie Innocenti <codewiz@google.com> | 2018-06-07 17:22:44 +0900 |
|---|---|---|
| committer | Bernie Innocenti <codewiz@google.com> | 2018-06-07 17:22:44 +0900 |
| commit | 62e55d8ec0785d65d080b7ba15015f403a58ec5f (patch) | |
| tree | 0661855307e4d0f2056355045b747b2d6cff7547 /server/InterfaceControllerTest.cpp | |
| parent | 6e32e25ac08a8148b57fc8a1a59ad0419399355e (diff) | |
netd: Tweak .clang-format to match current style
The default value for ContinuationIndentWidth inherited from the Google
style is 4, but our IndentWidth is also 4, so it needs to be doubled.
Before:
void forEachInterface(
const std::string& dirname,
const std::function<void(const std::string& path)) {
fn(dirname, "default");
DIR* dir = opendir(dirname.c_str());
With this patch:
void forEachInterface(
const std::string& dirname,
const std::function<void(const std::string& path)) {
fn(dirname, "default");
DIR* dir = opendir(dirname.c_str());
Test: applied to server/*.cpp and compared output.
Change-Id: I8ce4e8415b4c76d1a895f82216783f50500b8129
Diffstat (limited to 'server/InterfaceControllerTest.cpp')
0 files changed, 0 insertions, 0 deletions
