diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2020-03-21 21:30:06 -0400 |
---|---|---|
committer | Rasmus Munk Larsen <rmlarsen@google.com> | 2020-03-23 18:09:02 +0000 |
commit | 5c22c7a7de55eeeafbf53e38711617238e61194a (patch) | |
tree | 9f681d15cfae9003814e123a9ab67b0d1497c9cf /failtest | |
parent | 5afdaa473a900f8fefd085b48a73453230d47659 (diff) |
Make file formatting comply with POSIX and Unix standards
UTF-8, LF, no BOM, and newlines at the end of files
Diffstat (limited to 'failtest')
-rw-r--r-- | failtest/swap_2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/failtest/swap_2.cpp b/failtest/swap_2.cpp index c130ba6e4..b386cf419 100644 --- a/failtest/swap_2.cpp +++ b/failtest/swap_2.cpp @@ -11,4 +11,4 @@ int main() #else b.swap(ac.const_cast_derived()); #endif -}
\ No newline at end of file +} |