summaryrefslogtreecommitdiff
path: root/src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform.h
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2019-01-01 06:14:44 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2019-01-01 06:14:44 +0000
commit83eca588048f6cc6bb23c9cee7e096097b217cbb (patch)
tree980ac437ce41b097f579ffb2f030170f40ffef33 /src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform.h
parente9a7715fec9d1685e3d4dfc56505bacd07ea81d6 (diff)
downloadVirtualBox-svn-83eca588048f6cc6bb23c9cee7e096097b217cbb.tar.gz
ValKit: scm header guard alignment.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76579 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform.h')
-rw-r--r--src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform.h b/src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform.h
index 086b49d5598..699737c363f 100644
--- a/src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform.h
+++ b/src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform.h
@@ -24,8 +24,8 @@
* terms and conditions of either the GPL or the CDDL or both.
*/
-#ifndef ___UsbTestServicePlatform_h___
-#define ___UsbTestServicePlatform_h___
+#ifndef VBOX_INCLUDED_SRC_usb_UsbTestServicePlatform_h
+#define VBOX_INCLUDED_SRC_usb_UsbTestServicePlatform_h
#ifndef RT_WITHOUT_PRAGMA_ONCE
# pragma once
#endif
@@ -91,5 +91,5 @@ DECLHIDDEN(int) utsPlatformLnxReleaseUDC(const char *pszUdc);
RT_C_DECLS_END
-#endif
+#endif /* !VBOX_INCLUDED_SRC_usb_UsbTestServicePlatform_h */