Remove trailing space...

This commit is contained in:
Xinok 2015-07-08 11:23:59 -05:00
parent b97a6c2e7e
commit d52fb87ce7
2 changed files with 2 additions and 2 deletions

View file

@ -1196,7 +1196,7 @@ package(std) template HeapOps(alias less, Range)
--i;
}
}
//template because of @@@12410@@@
void heapify()(Range r)
{