diff options
| author | 2015-05-25 20:34:09 +0200 | |
|---|---|---|
| committer | 2015-05-29 21:59:29 +0100 | |
| commit | b1503b202043a577720e28969b74cca6f9c954f8 (patch) | |
| tree | 7da9cdd46c0cde990c30c11570882efdca9396c6 /src/common/swap.h | |
| parent | Merge pull request #817 from linkmauve/citra.ico (diff) | |
| download | yuzu-b1503b202043a577720e28969b74cca6f9c954f8.tar.gz yuzu-b1503b202043a577720e28969b74cca6f9c954f8.tar.xz yuzu-b1503b202043a577720e28969b74cca6f9c954f8.zip | |
Remove every trailing whitespace from the project (but externals).
Diffstat (limited to '')
| -rw-r--r-- | src/common/swap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/swap.h b/src/common/swap.h index 7e37655bf..588cebc70 100644 --- a/src/common/swap.h +++ b/src/common/swap.h | |||
| @@ -135,7 +135,7 @@ template <> | |||
| 135 | inline void swap<8>(u8* data) { | 135 | inline void swap<8>(u8* data) { |
| 136 | *reinterpret_cast<u64*>(data) = swap64(data); | 136 | *reinterpret_cast<u64*>(data) = swap64(data); |
| 137 | } | 137 | } |
| 138 | 138 | ||
| 139 | } // Namespace Common | 139 | } // Namespace Common |
| 140 | 140 | ||
| 141 | 141 | ||