commit | e52209941524b40d119773be91cbdd5aa198a68e | [log] [tgz] |
---|---|---|
author | Hugo Benichi <hugobenichi@google.com> | Wed Apr 26 14:53:28 2017 +0900 |
committer | Hugo Benichi <hugobenichi@google.com> | Mon May 15 01:09:36 2017 +0000 |
tree | cc43f3fc29ff41bed3d436ccb5a6f96775df4e29 | |
parent | 7abd43f6fb09f7e0a1d9b0d3fdd001d6a691864f [diff] |
ConnectivityService: minor formatting change This patch adds a space character between "synchronized" and "(mTheLockVariable)" so that all synchronized block have a consistent syntax. Basic stats shows that "synchronized (" is x10 time more likely than "synchronized(". This facilitates finding all locked sections by grepping. Test: no semantics changes Bug: 37119619 Change-Id: Id860700efa85ffebafed11af3a2997bc115d9c03