diff options
| author | Michael McConville <mmcco@mykolab.com> | 2016-01-03 20:53:31 -0500 |
|---|---|---|
| committer | Michael McConville <mmcco@mykolab.com> | 2016-01-03 20:53:31 -0500 |
| commit | 810c035450e3ecb425e5804b6477254717c31bb8 (patch) | |
| tree | 82d9a1ec5ed5ca6186248cd273a48a55dd74c533 /src/libbacktrace/btest.c | |
| parent | 8f11a9ef4e23db189676c57c91c2675e97a74fea (diff) | |
| download | rust-810c035450e3ecb425e5804b6477254717c31bb8.tar.gz rust-810c035450e3ecb425e5804b6477254717c31bb8.zip | |
Undo whitespace tweaks pending libbacktrace merge
These should probably be submitted upstream. They're inevitably going to complicate merges, and because they're non-functional changes this just isn't worth our time.
Diffstat (limited to 'src/libbacktrace/btest.c')
| -rw-r--r-- | src/libbacktrace/btest.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libbacktrace/btest.c b/src/libbacktrace/btest.c index a950a704f07..9821e34c0c1 100644 --- a/src/libbacktrace/btest.c +++ b/src/libbacktrace/btest.c @@ -7,13 +7,13 @@ modification, are permitted provided that the following conditions are met: (1) Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + notice, this list of conditions and the following disclaimer. (2) Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the - distribution. - + distribution. + (3) The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. @@ -460,7 +460,7 @@ f23 (int f1line, int f2line) (unsigned int) bdata.index, j + 1); bdata.failed = 1; } - } + } check ("test3", 0, all, f3line, "f23", &bdata.failed); check ("test3", 1, all, f2line, "f22", &bdata.failed); |
