Use clang-format
This commit is contained in:
@@ -4,15 +4,13 @@
|
||||
#include "algorithm/decremental_reachability.h"
|
||||
|
||||
namespace algo {
|
||||
|
||||
template<typename T>
|
||||
template <typename T>
|
||||
class DynamicReachability : public DecrementalReachability<T> {
|
||||
|
||||
// Insert edge e(u,v) and maintain the transitive closure matrix
|
||||
virtual void insert(const T& c, const std::vector<T>& vertices) =0;
|
||||
virtual void insert(const T &c, const std::vector<T> &vertices) = 0;
|
||||
};
|
||||
|
||||
|
||||
} // namespace algo
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user