commit | c6520e488fa82accb1882381bb5540ea419a0276 | [log] [tgz] |
---|---|---|
author | Zach Reizner <zachr@google.com> | Thu Aug 13 14:32:09 2015 -0700 |
committer | Zach Reizner <zachr@google.com> | Thu Aug 13 14:32:09 2015 -0700 |
tree | 8e21eccd175b9510c7de9304de4e59ae8c1d3669 | |
parent | b44fd10aef978ff4f77258803f86d76244349333 [diff] [blame] |
drm_hwcomposer: style fixes Change-Id: Id04a088a895f8372a32623713589d43d5e0495ef
diff --git a/nvimporter.cpp b/nvimporter.cpp index 93b9129..de3ed55 100644 --- a/nvimporter.cpp +++ b/nvimporter.cpp
@@ -121,7 +121,7 @@ return 0; } -int NvImporter::ReleaseBuffer(hwc_drm_bo_t * bo) { +int NvImporter::ReleaseBuffer(hwc_drm_bo_t *bo) { NvBuffer_t *buf = (NvBuffer_t *)bo->priv; if (!buf) { ALOGE("Freeing bo %ld, buf is NULL!", bo->fb_id);