diff options
author | Brad King <brad.king@kitware.com> | 2018-11-01 12:35:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-11-01 12:55:50 (GMT) |
commit | 03bf934fbe93ef04d6c62c64912d2f212db997b7 (patch) | |
tree | 598a8e9f3d43ddd46904afb5babb58a2a2a95646 /Utilities/.gitattributes | |
parent | 2b3c1bb9b014cf34ab882b8ab9569846c274cc8a (diff) | |
download | CMake-03bf934fbe93ef04d6c62c64912d2f212db997b7.zip CMake-03bf934fbe93ef04d6c62c64912d2f212db997b7.tar.gz CMake-03bf934fbe93ef04d6c62c64912d2f212db997b7.tar.bz2 |
curl: Modernize tiny test code used for build inside CMake
Drop unused code. Report the error message on failure.
Format the source file using clang-format.
Diffstat (limited to 'Utilities/.gitattributes')
-rw-r--r-- | Utilities/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/.gitattributes b/Utilities/.gitattributes index 96a4323..81bbf26 100644 --- a/Utilities/.gitattributes +++ b/Utilities/.gitattributes @@ -5,3 +5,4 @@ SetupForDevelopment.sh export-ignore # Do not format third-party sources. /KWIML/** -format.clang-format-6.0 /cm*/** -format.clang-format-6.0 +/cmcurl/curltest.c format.clang-format-6.0 |