about summary refs log tree commit diff
path: root/instrumentation/cmplog-routines-pass.cc
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-11-06 10:13:59 +0100
committervanhauser-thc <vh@thc.org>2023-11-06 10:13:59 +0100
commitf3d2127fd815bed2ec9dfab981123898d11cea65 (patch)
treeb94d78a392120a198c1b40fdcaf884bda74470ec /instrumentation/cmplog-routines-pass.cc
parent053334f35d0e8d6eace444781d52504585c69f76 (diff)
downloadafl++-f3d2127fd815bed2ec9dfab981123898d11cea65.tar.gz
clang-format 16->17
Diffstat (limited to 'instrumentation/cmplog-routines-pass.cc')
-rw-r--r--instrumentation/cmplog-routines-pass.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/cmplog-routines-pass.cc b/instrumentation/cmplog-routines-pass.cc
index c3fbed8d..54e9ddf3 100644
--- a/instrumentation/cmplog-routines-pass.cc
+++ b/instrumentation/cmplog-routines-pass.cc
@@ -85,7 +85,7 @@ class CmpLogRoutines : public ModulePass {
 #if LLVM_VERSION_MAJOR >= 11                        /* use new pass manager */
   PreservedAnalyses run(Module &M, ModuleAnalysisManager &MAM);
 #else
-  bool      runOnModule(Module &M) override;
+  bool runOnModule(Module &M) override;
 
   #if LLVM_VERSION_MAJOR >= 4
   StringRef getPassName() const override {