Fix indentations
authorHobum (Vincent) Kwon <hobum.kwon@gmail.com>
Mon, 2 Apr 2018 08:18:39 +0000 (17:18 +0900)
committerHobum (Vincent) Kwon <hobum.kwon@gmail.com>
Mon, 2 Apr 2018 08:18:39 +0000 (17:18 +0900)
third_party/freetype2/BUILD.gn

index a777579..7ccaa1d 100644 (file)
@@ -12,10 +12,10 @@ declare_args() {
 import("../third_party.gni")
 
 if (skia_use_system_freetype2) {
-    system("freetype2") {
-      include_dirs = [ "/usr/include/freetype2" ]
-      libs = [ "freetype" ]
-    }
+  system("freetype2") {
+    include_dirs = [ "/usr/include/freetype2" ]
+    libs = [ "freetype" ]
+  }
 } else {
   third_party("freetype2") {
     public_defines = [ "SK_FREETYPE_MINIMUM_RUNTIME_VERSION=(((FREETYPE_MAJOR) << 24) | ((FREETYPE_MINOR) << 16) | ((FREETYPE_PATCH) << 8))" ]