diff options
Diffstat (limited to 'third_party/snappy/BUILD.gn')
-rw-r--r-- | third_party/snappy/BUILD.gn | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/third_party/snappy/BUILD.gn b/third_party/snappy/BUILD.gn index d5daf64..0f440a5 100644 --- a/third_party/snappy/BUILD.gn +++ b/third_party/snappy/BUILD.gn @@ -3,9 +3,7 @@ # found in the LICENSE file. config("snappy_config") { - include_dirs = [ - "src", - ] + include_dirs = [ "src" ] # These OS-specific generated headers were made by running the configure # script offline. |