commit | b0f669de54ffe3ef59f3597faf2b4885793853cf | [log] [tgz] |
---|---|---|
author | Felipe Leme <felipeal@google.com> | Mon Sep 26 18:26:11 2016 -0700 |
committer | Felipe Leme <felipeal@google.com> | Tue Sep 27 09:36:45 2016 -0700 |
tree | 343f624775669b8bbea019c18d40f5b04d8f4a8e | |
parent | 45af4061a62b4909ed4a0a7c6bc8de885504d5a0 [diff] |
Fixed C++ style on refactored function and variable names. As described on https://google.github.io/styleguide/cppguide.html#Function_Names : "Ordinarily, functions should start with a capital letter and have a capital letter for each new word (a.k.a. "upper camel case" or "Pascal case")." and "Data members of classes (but not structs) additionally have trailing underscores. " BUG: 26379932 Test: manual Change-Id: I4b7f34b941c99547af667316d4b7d5e2749827d0