Skip to content

Commit af6c7e7

Browse files
Add blank line before comment
1 parent 72ad209 commit af6c7e7

File tree

1 file changed

+1
-0
lines changed
  • DirectProgramming/DPC++FPGA/Tutorials/DesignPatterns/compute_units/src

1 file changed

+1
-0
lines changed

DirectProgramming/DPC++FPGA/Tutorials/DesignPatterns/compute_units/src/compute_units.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// =============================================================
66
#include <CL/sycl.hpp>
77
#include <iostream>
8+
89
// dpc_common.hpp can be found in the dev-utilities include folder,
910
// e.g., $ONEAPI_ROOT/dev-utilities/latest/include/dpc_common.hpp
1011
#include "dpc_common.hpp"

0 commit comments

Comments
 (0)