Commit cbd80a7d authored by mkwst's avatar mkwst Committed by Commit bot

Require clang formatting for components/password_manager.

Hooray for not asking about style nits anymore!

R=vabr@chromium.org

Review URL: https://codereview.chromium.org/828163004

Cr-Commit-Position: refs/heads/master@{#311451}
parent ab83672a
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Presubmit script for components/password_manager
See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
for more details about the presubmit API built into depot_tools.
"""
def CheckChangeOnUpload(input_api, output_api):
return input_api.canned_checks.CheckPatchFormatted(input_api, output_api)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment