1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

I hate line endings.

llvm-svn: 117132
This commit is contained in:
Michael J. Spencer 2010-10-22 19:14:39 +00:00
parent 2bbdc62e17
commit 81bb7d4ad7

View File

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