Browse Source

fix: remove minor "trailing whitespace" warnings (#21398)

Charles Kerr 5 years ago
parent
commit
93802a7e6f

+ 1 - 1
patches/chromium/mas_no_private_api.patch

@@ -65,7 +65,7 @@ index 2851641d0219164185567a100c2c19d49274c233..778da01c7eaf11ef954e213a5a6ecb5e
  NSString* const
      NSAccessibilityTextMarkerNodeDebugDescriptionParameterizedAttribute =
          @"AXTextMarkerNodeDebugDescription";
-+#endif        
++#endif
  
  // Other private attributes.
  NSString* const NSAccessibilitySelectTextWithCriteriaParameterizedAttribute =

+ 1 - 1
patches/chromium/put_back_deleted_colors_for_autofill.patch

@@ -15,7 +15,7 @@ index ad87f4729fe2cec2cf6e12b5bfcaf68bccf0390d..b1c3fd0f798d520da0637268dcbd51ec
      case ui::NativeTheme::kColorId_TableHeaderSeparator:
        return GetBorderColor("GtkTreeView#treeview.view GtkButton#button");
  
-+    // Results Table  
++    // Results Table
 +    case ui::NativeTheme::kColorId_ResultsTableNormalBackground:
 +      return SkColorFromColorId(
 +          ui::NativeTheme::kColorId_TextfieldDefaultBackground);