OSDN Git Service

ConnectivityService: minor formatting change
authorHugo Benichi <hugobenichi@google.com>
Wed, 26 Apr 2017 05:53:28 +0000 (14:53 +0900)
committerHugo Benichi <hugobenichi@google.com>
Mon, 15 May 2017 01:09:36 +0000 (01:09 +0000)
commit20035e0cf9fab278a5f8bc5daa34067a27ac4fa1
treea9b2a17374ed74c2cb79ba3428a08bca5aa273da
parent85e188585ed6b3f49c808a7b821d77b77956774a
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
services/core/java/com/android/server/ConnectivityService.java