Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit c04cb2f

Browse files
committed
Fix formatting
1 parent d61ca3d commit c04cb2f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

SYCL/Basic/buffer/buffer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//===----------------------------------------------------------------------===//
1616

1717
#include <sycl/sycl.hpp>
18+
1819
#include <cassert>
1920
#include <memory>
2021

SYCL/ESIMD/mandelbrot/mandelbrot_spec.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
// RUN: %clangxx -fsycl %s -I%S/.. -o %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out %T/output_spec.ppm %S/golden_hw.ppm 512 -2.09798 -1.19798 0.004 4.0
1313

14-
#include "esimd_test_utils.hpp"
15-
#include <sycl/sycl.hpp>
1614
#include <CL/sycl/INTEL/esimd.hpp>
15+
#include <sycl/sycl.hpp>
16+
17+
#include "esimd_test_utils.hpp"
18+
1719
#include <array>
1820
#include <iostream>
1921
#include <memory>

0 commit comments

Comments
 (0)