summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@innovatetechnologi.es>2019-05-06 21:42:07 +0200
committerGitHub <noreply@github.com>2019-05-06 21:42:07 +0200
commit6f6c7e5df06b29cb87f90a85d215d7bd948f2669 (patch)
tree4392c427ebeb64fd4aba1bdafb1959dc03dbfeb9 /Source/Core/InputCommon/ControllerInterface/Android/Android.cpp
parentd347867f2e4153c86535ef5e6eed6efa49818d65 (diff)
parentff972e3673cf70c67e5daf52d5cc913b1df7a1ba (diff)
Merge pull request #8083 from Techjar/clang-7-format
Reformat repo to clang-format 7.0 rules
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Android/Android.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/Android/Android.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp b/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp
index 44dcbf234a..0ff62ab48d 100644
--- a/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp
+++ b/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp
@@ -242,5 +242,5 @@ void Touchscreen::Motor::Rumble(int padID, double state)
env->CallStaticVoidMethod(IDCache::GetNativeLibraryClass(), IDCache::GetDoRumble(), padID, state);
IDCache::GetJavaVM()->DetachCurrentThread();
}
-}
-}
+} // namespace Android
+} // namespace ciface