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/drmencoder.cpp b/drmencoder.cpp
index 277f9a4..c36fca1 100644
--- a/drmencoder.cpp
+++ b/drmencoder.cpp
@@ -14,9 +14,9 @@
* limitations under the License.
*/
+#include "drmencoder.h"
#include "drmcrtc.h"
#include "drmdevice.h"
-#include "drmencoder.h"
#include <stdint.h>
#include <xf86drmMode.h>
@@ -59,4 +59,4 @@
bool DrmEncoder::can_bind(int display) const {
return display_ == -1 || display_ == display;
}
-}
+} // namespace android