Minor formatting change. Modified: trunk/reactos/include/ddk/csq.h _____
Modified: trunk/reactos/include/ddk/csq.h --- trunk/reactos/include/ddk/csq.h 2005-02-16 16:52:51 UTC (rev 13598) +++ trunk/reactos/include/ddk/csq.h 2005-02-16 18:02:50 UTC (rev 13599) @@ -34,8 +34,8 @@
* * USAGE * - * This library follows exactly the same interface as the Microsoft Cancel-Safe Queue - * routines (IoCsqXxx()). As such, the authoritative reference is the + * This library follows exactly the same interface as the Microsoft Cancel-Safe + * Queue routines (IoCsqXxx()). As such, the authoritative reference is the * current DDK. There is also a DDK sample called "cancel" that has an * example of how to use this code. I have also provided a sample driver * that makes use of this queue. Finally, please do read the header and the