(svn r19084) -Codechange: minor coding-style fixups

This commit is contained in:
smatz
2010-02-10 17:37:47 +00:00
parent 023fc16894
commit c5b34444af
8 changed files with 8 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ struct BinaryHeapNode {
};
struct Queue{
struct Queue {
/*
* Pushes an element into the queue, at the appropriate place for the queue.
* Requires the queue pointer to be of an appropriate type, of course.