Skip to content

Commit 8c5bc25

Browse files
committed
Ran make format to fix formatting in vtr geometry file
1 parent bd217bf commit 8c5bc25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/libvtrutil/src/vtr_geometry.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ Rect<T> bounding_box(const Rect<T>& lhs, const Rect<T>& rhs);
208208
template<class T>
209209
Rect<T> intersection(const Rect<T>& lhs, const Rect<T>& rhs);
210210

211-
212211
//Prints a rectangle
213212
template<class T>
214213
static void print_rect(FILE* fp, const Rect<T> rect);

0 commit comments

Comments
 (0)