diff options
| author | mzuenni <michi.zuendorf@gmail.com> | 2023-01-10 11:40:09 +0100 |
|---|---|---|
| committer | mzuenni <michi.zuendorf@gmail.com> | 2023-01-10 11:40:09 +0100 |
| commit | fd1f2b36e95c03625297b7b8cba3b1a04a0cc0ed (patch) | |
| tree | b143619750b90fbfa45a98be9ea56904d1a7129d /geometry/sortAround.cpp | |
| parent | 8faa84ca282d51e9ce4fef535e68325adabcebad (diff) | |
change whitespaces
Diffstat (limited to 'geometry/sortAround.cpp')
| -rw-r--r-- | geometry/sortAround.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/geometry/sortAround.cpp b/geometry/sortAround.cpp index a95d224..c5e4ebd 100644 --- a/geometry/sortAround.cpp +++ b/geometry/sortAround.cpp @@ -1,5 +1,5 @@ bool left(pt p) {return real(p) < 0 ||
- (real(p) == 0 && imag(p) < 0);}
+ (real(p) == 0 && imag(p) < 0);}
void sortAround(pt p, vector<pt>& ps) {
sort(all(ps), [&](const pt& a, const pt& b){
|
