Skip to content

Commit

Permalink
Fixup cpplint
Browse files Browse the repository at this point in the history
Summary: TSIA

Test Plan: N/A

Reviewers: zasgar, michelle, #third_party_approvers

Reviewed By: zasgar, #third_party_approvers

Differential Revision: https://phab.corp.pixielabs.ai/D8294
  • Loading branch information
vihangm committed Apr 20, 2021
1 parent c801745 commit 64c3bfc
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions third_party/cpplint/cpplint.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
#!/usr/bin/env python

# Copyright 2018- The Pixie Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0

#
# Copyright (c) 2009 Google Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -44,6 +27,8 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# SPDX-License-Identifier: BSD-3-Clause

"""Does google-lint on c++ files.
Expand Down

0 comments on commit 64c3bfc

Please sign in to comment.