Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / gpu_utils / device_context_sycl.cpp
index 7b4f88f31d9c82619f04247a6d1b563adb376801..a3434d303976f71b5ec1ccc3d31078166991042f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2020, by the GROMACS development team, led by
+ * Copyright (c) 2020,2021, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -50,8 +50,7 @@
 
 //! Constructor
 DeviceContext::DeviceContext(const DeviceInformation& deviceInfo) :
-    deviceInfo_(deviceInfo),
-    context_(cl::sycl::context(deviceInfo.syclDevice))
+    deviceInfo_(deviceInfo), context_(cl::sycl::context(deviceInfo.syclDevice))
 {
 }