I hate line endings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117132 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Michael J. Spencer 2010-10-22 19:14:39 +00:00
parent 92205842ca
commit 2e6048f869

View File

@ -84,7 +84,7 @@ namespace endian {
reinterpret_cast<detail::alignment_access_helper<value_type, align> *>
(memory)->val = value;
}
};
}
namespace detail {