Skip to content

Commit

Permalink
[nsan] Fix style issue
Browse files Browse the repository at this point in the history
The initial check-in of compiler-rt/lib/nsan #94322 has a lot of style
issues. Fix them before the history becomes more useful.

Pull Request: #96142
  • Loading branch information
MaskRay authored Jun 20, 2024
1 parent 1134424 commit ef83c25
Show file tree
Hide file tree
Showing 12 changed files with 841 additions and 869 deletions.
10 changes: 5 additions & 5 deletions compiler-rt/lib/nsan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ add_compiler_rt_component(nsan)
include_directories(..)

set(NSAN_SOURCES
nsan.cc
nsan_flags.cc
nsan_interceptors.cc
nsan_stats.cc
nsan_suppressions.cc
nsan.cpp
nsan_flags.cpp
nsan_interceptors.cpp
nsan_stats.cpp
nsan_suppressions.cpp
)

set(NSAN_HEADERS
Expand Down
Loading

0 comments on commit ef83c25

Please sign in to comment.