Format source code using clang-format

This commit is contained in:
2024-02-27 18:51:22 +01:00
parent fb454de053
commit 48ba09b28d
12 changed files with 229 additions and 138 deletions

View File

@@ -1,8 +1,8 @@
#include "gtest/gtest.h"
#include "cublas_v2.h"
#include "gtest/gtest.h"
class CublasTestFixture : public ::testing::Test {
protected:
protected:
static cublasHandle_t cublasHandle;
static void SetUpTestSuite();