Skip to content

Commit bde29a2

Browse files
Used clang-format off, clang-format on to avoid include reordering
1 parent ff33cb6 commit bde29a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/pybind11/use_dpctl_syclqueue/pybind11_example.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
#include <pybind11/numpy.h>
44
#include <pybind11/pybind11.h>
55

6+
// clang-format off
67
#include "../_sycl_queue.h"
78
#include "../_sycl_queue_api.h"
89
#include "dpctl_sycl_types.h"
10+
// clang-format on
911

1012
namespace py = pybind11;
1113

0 commit comments

Comments
 (0)