diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-09-24 09:41:40 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-09-24 09:41:40 -0400 |
commit | a3d5e37e923acd2dcc8da4e56916a4feaebcb1ba (patch) | |
tree | 506276bab3e501dd201e9c3574cabd619e781a82 /src | |
parent | 738d970d26794db8bb3dcf459c4a787b624910ba (diff) | |
download | lingo-ap-tracker-a3d5e37e923acd2dcc8da4e56916a4feaebcb1ba.tar.gz lingo-ap-tracker-a3d5e37e923acd2dcc8da4e56916a4feaebcb1ba.tar.bz2 lingo-ap-tracker-a3d5e37e923acd2dcc8da4e56916a4feaebcb1ba.zip |
Added missing EOF newlines
Diffstat (limited to 'src')
-rw-r--r-- | src/network_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network_set.cpp b/src/network_set.cpp index c7639ad..45911e3 100644 --- a/src/network_set.cpp +++ b/src/network_set.cpp | |||
@@ -49,4 +49,4 @@ bool NetworkNode::operator<(const NetworkNode& rhs) const { | |||
49 | if (exit != rhs.exit) return exit < rhs.exit; | 49 | if (exit != rhs.exit) return exit < rhs.exit; |
50 | if (two_way != rhs.two_way) return two_way < rhs.two_way; | 50 | if (two_way != rhs.two_way) return two_way < rhs.two_way; |
51 | return false; | 51 | return false; |
52 | } \ No newline at end of file | 52 | } |