Convert tabs to spaces in multiline comments

This commit is contained in:
Martin Storsjö
2015-05-15 10:34:02 +03:00
parent 853423b5ad
commit b05468b5c1
67 changed files with 805 additions and 805 deletions

View File

@@ -48,12 +48,12 @@ void FreePicture (PPicture pPic);
///////////////////////////////////Recycled queue management for pictures///////////////////////////////////
/* ______________________________________
/* ______________________________________
-->| P0 | P1 | P2 | P3 | P4 | .. | Pn-1 |-->
--------------------------------------
--------------------------------------
*
* How does it work?
* node <- next; ++ next;
* How does it work?
* node <- next; ++ next;
*
*/