Skip to content

Commit fc569c4

Browse files
committed
[llvm] clang-format changes
1 parent e728279 commit fc569c4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

llvm/include/llvm/Telemetry/Telemetry.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
#ifndef LLVM_TELEMETRY_TELEMETRY_H
1515
#define LLVM_TELEMETRY_TELEMETRY_H
1616

17-
#include "llvm/Support/Compiler.h"
1817
#include "llvm/ADT/DenseMap.h"
1918
#include "llvm/ADT/StringExtras.h"
2019
#include "llvm/ADT/StringRef.h"
20+
#include "llvm/Support/Compiler.h"
2121
#include "llvm/Support/Error.h"
2222
#include <map>
2323
#include <memory>
@@ -148,8 +148,8 @@ class LLVM_ABI Manager {
148148
virtual ~Manager() = default;
149149

150150
// Explicitly non-copyable.
151-
Manager(Manager const&) = delete;
152-
Manager& operator=(Manager const&) = delete;
151+
Manager(Manager const &) = delete;
152+
Manager &operator=(Manager const &) = delete;
153153

154154
// Dispatch Telemetry data to the Destination(s).
155155
// The argument is non-const because the Manager may add or remove

llvm/include/llvm/ToolDrivers/llvm-lib/LibDriver.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace llvm {
2020
template <typename T> class ArrayRef;
2121

2222
LLVM_ABI int libDriverMain(ArrayRef<const char *> ARgs);
23-
2423
}
2524

2625
#endif

0 commit comments

Comments
 (0)