Skip to content
Commit 025b91e3 authored by Victor Costan's avatar Victor Costan Committed by Commit Bot
Browse files

sqlite: strip trailing space and CR from src/ and patches.

Getting the whitespace removed will make SQLite patch management easier.

This CL was generated using the following commands.
cd third_party/sqlite
find src/ -type f -not -iname "*.db" -not -iname "*.eps" -not -iname "*.ico" \
    -not -iname "*.jpg" -not -iname "*.pfx" -not -iname "*.tiff" \
    -not -iname "*.vsix" -exec sed --in-place 's/[[:space:]]\+$//' {} \+
find patches/ -type f -exec sed --in-place 's/[[:space:]]\+$//' {} \+
./google_generate_amalgamation.sh

Bug: 746653
Change-Id: I933ab436d5a1be05074821d92e818dd6bf72009f
Reviewed-on: https://chromium-review.googlesource.com/578677


Reviewed-by: default avatarJoshua Bell <jsbell@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#488326}
parent e1e89db6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment