Skip to content

Commit ce2ce93

Browse files
committed
Clang-format
1 parent 6dda3eb commit ce2ce93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/test/mapping/use_device_addr/target_data_use_device_addr_class_member_ref_with_map.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// RUN: %libomptarget-compilexx-run-and-check-generic
22

3+
#include <inttypes.h>
34
#include <omp.h>
45
#include <stdio.h>
5-
#include <inttypes.h>
66

77
int x = 0;
88
int *y = &x;

0 commit comments

Comments
 (0)