From ed98209ddc8d5e9f5b20cd010c69a25d553b2654 Mon Sep 17 00:00:00 2001 From: Kitware Robot Date: Mon, 30 Sep 2019 10:46:28 -0400 Subject: 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. --- Tests/VSNsightTegra/jni/second.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Tests/VSNsightTegra/jni') diff --git a/Tests/VSNsightTegra/jni/second.c b/Tests/VSNsightTegra/jni/second.c index 12fcdb6a9e..30bdc17b03 100644 --- a/Tests/VSNsightTegra/jni/second.c +++ b/Tests/VSNsightTegra/jni/second.c @@ -14,9 +14,10 @@ * limitations under the License. * */ -#include "first.h" #include +#include "first.h" + jint Java_com_example_twolibs_TwoLibs_add(JNIEnv* env, jobject this, jint x, jint y) { -- cgit v1.2.1