summaryrefslogtreecommitdiff
path: root/udev_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'udev_interface.h')
-rw-r--r--udev_interface.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/udev_interface.h b/udev_interface.h
index c2415671..4b45d4cf 100644
--- a/udev_interface.h
+++ b/udev_interface.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_UDEV_INTERFACE_H__
-#define CHROMEOS_PLATFORM_UPDATE_ENGINE_UDEV_INTERFACE_H__
+#ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_UDEV_INTERFACE_H_
+#define CHROMEOS_PLATFORM_UPDATE_ENGINE_UDEV_INTERFACE_H_
#include <libudev.h>
@@ -193,5 +193,4 @@ class StandardUdevInterface : public UdevInterface {
} // namespace chromeos_update_engine
-#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_UDEV_INTERFACE_H__
-
+#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_UDEV_INTERFACE_H_