hidl: fastcharge: Use pragma once
authorBruno Martins <bgcngm@gmail.com>
Thu, 13 Jan 2022 20:37:05 +0000 (20:37 +0000)
committerBruno Martins <bgcngm@gmail.com>
Thu, 13 Jan 2022 20:57:52 +0000 (20:57 +0000)
Change-Id: I9a9e193a6f66f045f41394d059af8b71778e8d72

hidl/fastcharge/FastCharge.h
hidl/fastcharge/include/samsung_fastcharge.h

index 2d5a6536ca9ac8f4a2e6390dacaf4bc115e061ad..28ccfe20c5ef4d32321d25ace3403f32ac9ce5f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020-2021 The LineageOS Project
+ * Copyright (C) 2020-2022 The LineageOS Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef VENDOR_LINEAGE_FASTCHARGE_V1_0_FASTCHARGE_H
-#define VENDOR_LINEAGE_FASTCHARGE_V1_0_FASTCHARGE_H
+#pragma once
 
 #include <hidl/MQDescriptor.h>
 #include <hidl/Status.h>
@@ -50,5 +49,3 @@ struct FastCharge : public IFastCharge {
 }  // namespace fastcharge
 }  // namespace lineage
 }  // namespace vendor
-
-#endif  // VENDOR_LINEAGE_FASTCHARGE_V1_0_FASTCHARGE_H
index 1eec12962ada5137e13d1c4a3c0c37a946fed5cf..2b6be5a20f4b51ac6c0be1c87af3b3b948a9cdec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020-2021 The LineageOS Project
+ * Copyright (C) 2020-2022 The LineageOS Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * limitations under the License.
  */
 
-#ifndef SAMSUNG_FASTCHARGE_H
-#define SAMSUNG_FASTCHARGE_H
+#pragma once
 
 #define FASTCHARGE_DEFAULT_SETTING true
 #define FASTCHARGE_PATH "/sys/class/sec/switch/afc_disable"
-
-#endif // SAMSUNG_FASTCHARGE_H