mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
Revise include order using clang-format-6.0
Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0.
This commit is contained in:
@@ -38,10 +38,10 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include <QtGui>
|
||||
|
||||
#include "codeeditor.h"
|
||||
|
||||
#include <QtGui>
|
||||
|
||||
CodeEditor::CodeEditor(QWidget* parent)
|
||||
: QPlainTextEdit(parent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user