summaryrefslogtreecommitdiff
path: root/test cases/unit/53 clang-format/header_expected_h
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2019-03-31 20:29:10 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2019-04-01 01:26:53 +0300
commite3e83e2acdec877c527b36542fc64867c5943f77 (patch)
tree990b4908dc8a6fa19a4164f1e7ef79f0ce08ab55 /test cases/unit/53 clang-format/header_expected_h
parent2a030e33f3c000134fd0d19204133befcae338c2 (diff)
downloadmeson-e3e83e2acdec877c527b36542fc64867c5943f77.tar.gz
Also format headers with Clang-Format. Closes #5184.
Diffstat (limited to 'test cases/unit/53 clang-format/header_expected_h')
-rw-r--r--test cases/unit/53 clang-format/header_expected_h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/unit/53 clang-format/header_expected_h b/test cases/unit/53 clang-format/header_expected_h
new file mode 100644
index 000000000..430317604
--- /dev/null
+++ b/test cases/unit/53 clang-format/header_expected_h
@@ -0,0 +1,3 @@
+#pragma once
+
+int fun(int argc);