forked from premiere/premiere-libtorrent
minor whitespace cleanup
This commit is contained in:
parent
9597dcda87
commit
be60dfc0a9
|
@ -1165,7 +1165,7 @@ namespace libtorrent
|
|||
}
|
||||
|
||||
#define SWAP(a, b) \
|
||||
tmp = a; \
|
||||
tmp = a; \
|
||||
a = b; \
|
||||
b = tmp;
|
||||
|
||||
|
|
Loading…
Reference in New Issue