From 7dbe8b65ae724ff9fc8d3d59f4c76fc4b01402bd Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 21 Mar 2020 17:41:03 -0400 Subject: Make file formatting comply with POSIX and Unix standards UTF-8, LF, no BOM, and newlines at the end of files --- .../src/com/google/android/vending/expansion/downloader/Constants.java | 2 +- platform/osx/context_gl_osx.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'platform') diff --git a/platform/android/java/lib/src/com/google/android/vending/expansion/downloader/Constants.java b/platform/android/java/lib/src/com/google/android/vending/expansion/downloader/Constants.java index 1dcc370d83..0700b78a28 100644 --- a/platform/android/java/lib/src/com/google/android/vending/expansion/downloader/Constants.java +++ b/platform/android/java/lib/src/com/google/android/vending/expansion/downloader/Constants.java @@ -233,4 +233,4 @@ public class Constants { */ public static final long ACTIVE_THREAD_WATCHDOG = 5*1000; -} \ No newline at end of file +} diff --git a/platform/osx/context_gl_osx.h b/platform/osx/context_gl_osx.h index 6e73c2203a..7e436c5e36 100644 --- a/platform/osx/context_gl_osx.h +++ b/platform/osx/context_gl_osx.h @@ -72,4 +72,4 @@ public: }; #endif -#endif \ No newline at end of file +#endif -- cgit v1.2.3