Skip to content

Commit 9d6a9b9

Browse files
committed
Fix format
1 parent b38a2db commit 9d6a9b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

offload/include/device.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,7 @@ struct DeviceTy {
170170
void setHasPendingImages(bool V) { HasPendingImages = V; }
171171

172172
/// Get information from the device.
173-
template <typename T>
174-
T getInfo(DeviceInfo Info) const {
173+
template <typename T> T getInfo(DeviceInfo Info) const {
175174
InfoTreeNode DevInfo = RTL->obtain_device_info(RTLDeviceID);
176175

177176
auto EntryOpt = DevInfo.get(Info);

0 commit comments

Comments
 (0)