Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
AbuBaniaz committed Oct 30, 2024
1 parent c3326f5 commit 2f266d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/service/iservice.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class eServiceReference
bool operator<(const eServiceReference &c) const
{
if (!c) return 0;

if (type < c.type)
return 1;

Expand Down

0 comments on commit 2f266d1

Please sign in to comment.