drm_hwcomposer: Reformat using clang-format-5.0
Run the new clang-format style over the codebase to make things
compatible.
Change-Id: I267d5070929aaa7965d58655da841402debdcb6c
Signed-off-by: Sean Paul <seanpaul@chromium.org>
diff --git a/drmconnector.cpp b/drmconnector.cpp
index bdf4811..756791f 100644
--- a/drmconnector.cpp
+++ b/drmconnector.cpp
@@ -93,7 +93,8 @@
}
bool DrmConnector::external() const {
- return type_ == DRM_MODE_CONNECTOR_HDMIA || type_ == DRM_MODE_CONNECTOR_DisplayPort ||
+ return type_ == DRM_MODE_CONNECTOR_HDMIA ||
+ type_ == DRM_MODE_CONNECTOR_DisplayPort ||
type_ == DRM_MODE_CONNECTOR_DVID || type_ == DRM_MODE_CONNECTOR_DVII ||
type_ == DRM_MODE_CONNECTOR_VGA;
}
@@ -189,4 +190,4 @@
uint32_t DrmConnector::mm_height() const {
return mm_height_;
}
-}
+} // namespace android