Skip to content

Commit a587c05

Browse files
author
Lukasz Michalski
committed
Fix header guard
1 parent 3e87013 commit a587c05

File tree

1 file changed

+2
-2
lines changed
  • DataFormats/PyTorchTest/interface

1 file changed

+2
-2
lines changed

DataFormats/PyTorchTest/interface/Device.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#ifndef DATA_FORMATS__PYTORCH__INTERFACE__DEVICE_H_
1+
#ifndef DATA_FORMATS__PYTORCH_TEST__INTERFACE__DEVICE_H_
22
#define DATA_FORMATS__PYTORCH_TEST__INTERFACE__DEVICE_H_
33

44
#include "DataFormats/Portable/interface/PortableDeviceCollection.h"
@@ -18,4 +18,4 @@ using RegressionCollectionDevice = PortableDeviceCollection<RegressionSoA, TDev>
1818

1919
} // namespace torchportable
2020

21-
#endif // DATA_FORMATS__PYTORCH__INTERFACE__DEVICE_H_
21+
#endif // DATA_FORMATS__PYTORCH_TEST__INTERFACE__DEVICE_H_

0 commit comments

Comments
 (0)