livedisplay: Add (and run) clang-format file

Change-Id: Ibb4a56ef02a404717512d7a7f99bc31e2ce442a4
This commit is contained in:
LuK1337
2022-04-17 10:24:23 +02:00
parent 2ee105e951
commit 745a264171
6 changed files with 6 additions and 5 deletions

View File

@@ -26,9 +26,9 @@ namespace livedisplay {
namespace V2_1 {
namespace implementation {
using ::android::sp;
using ::android::hardware::Return;
using ::android::hardware::Void;
using ::android::sp;
class AntiFlicker : public IAntiFlicker {
public:

View File

@@ -26,9 +26,9 @@ namespace livedisplay {
namespace V2_1 {
namespace implementation {
using ::android::sp;
using ::android::hardware::Return;
using ::android::hardware::Void;
using ::android::sp;
class SunlightEnhancement : public ISunlightEnhancement {
public: