aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/beautifier/clangformat/clangformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/beautifier/clangformat/clangformat.h')
-rw-r--r--src/plugins/beautifier/clangformat/clangformat.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/beautifier/clangformat/clangformat.h b/src/plugins/beautifier/clangformat/clangformat.h
index 3a71b3ba93..83f2f5ec5b 100644
--- a/src/plugins/beautifier/clangformat/clangformat.h
+++ b/src/plugins/beautifier/clangformat/clangformat.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef BEAUTIFIER_CLANGFORMAT_H
-#define BEAUTIFIER_CLANGFORMAT_H
+#pragma once
#include "../beautifierabstracttool.h"
#include "../command.h"
@@ -67,5 +66,3 @@ private:
} // namespace ClangFormat
} // namespace Internal
} // namespace Beautifier
-
-#endif // BEAUTIFIER_CLANGFORMAT_H