diff options
| author | JosJuice <josjuice@gmail.com> | 2020-07-06 17:02:01 +0200 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2020-07-06 17:04:58 +0200 |
| commit | c89828b22ecdf5b8e36741ced7bad9bd2af54076 (patch) | |
| tree | a4426a6c03102d9d59f01c2aba6a6408cc3e26e4 /Source/Android/jni/AndroidCommon/AndroidCommon.h | |
| parent | 0dbe8fb2eaa608a6540df3d269648a596c29cf4b (diff) | |
Android: Convert some files to LF
I wonder why lint didn't catch this...
Diffstat (limited to 'Source/Android/jni/AndroidCommon/AndroidCommon.h')
| -rw-r--r-- | Source/Android/jni/AndroidCommon/AndroidCommon.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Source/Android/jni/AndroidCommon/AndroidCommon.h b/Source/Android/jni/AndroidCommon/AndroidCommon.h index 7b7d1bfc6b..e60678a3e8 100644 --- a/Source/Android/jni/AndroidCommon/AndroidCommon.h +++ b/Source/Android/jni/AndroidCommon/AndroidCommon.h @@ -1,13 +1,13 @@ -// Copyright 2018 Dolphin Emulator Project
-// Licensed under GPLv2+
-// Refer to the license.txt file included.
-
-#pragma once
-
-#include <string>
-
-#include <jni.h>
-
-std::string GetJString(JNIEnv* env, jstring jstr);
-jstring ToJString(JNIEnv* env, const std::string& str);
-std::vector<std::string> JStringArrayToVector(JNIEnv* env, jobjectArray array);
+// Copyright 2018 Dolphin Emulator Project +// Licensed under GPLv2+ +// Refer to the license.txt file included. + +#pragma once + +#include <string> + +#include <jni.h> + +std::string GetJString(JNIEnv* env, jstring jstr); +jstring ToJString(JNIEnv* env, const std::string& str); +std::vector<std::string> JStringArrayToVector(JNIEnv* env, jobjectArray array); |
