Skip to content

Commit

Permalink
Bazel: bugfix for cpplint.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
storypku authored and xiaoxq committed Sep 10, 2020
1 parent bd9a94d commit 5d20ecd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/cpplint.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ _SOURCE_EXTENSIONS = [source_ext for source_ext in """
.cc
.cpp
.cxx
.c++.C
.c++
.C
.h
.hh
.hpp
Expand Down

0 comments on commit 5d20ecd

Please sign in to comment.