(svn r27020) -Cleanup: some coding style consistency improvements (mostly spaces)
This commit is contained in:
@@ -311,7 +311,7 @@ void MultiCommodityFlow::CleanupPaths(NodeID source_id, PathVector &paths)
|
||||
* @param path End of the path the flow should be pushed on.
|
||||
* @param accuracy Accuracy of the calculation.
|
||||
* @param max_saturation If < UINT_MAX only push flow up to the given
|
||||
* saturation, otherwise the path can be "overloaded".
|
||||
* saturation, otherwise the path can be "overloaded".
|
||||
*/
|
||||
uint MultiCommodityFlow::PushFlow(Edge &edge, Path *path, uint accuracy,
|
||||
uint max_saturation)
|
||||
|
@@ -101,4 +101,4 @@ protected:
|
||||
void RefreshLinks(const Order *cur, const Order *next, uint8 flags, uint num_hops = 0);
|
||||
};
|
||||
|
||||
#endif // REFRESH_H
|
||||
#endif /* REFRESH_H */
|
||||
|
Reference in New Issue
Block a user