Skip to content

Commit

Permalink
Fix indentation (avoid warnings on g++ 8.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Oct 17, 2018
1 parent 7ddbe96 commit 99d4091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gateServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ inline int gateServer::pvDelete(const char* name, gatePvData*& pv)
}
else
pv = NULL;
return rc;
return rc;
}
inline int gateServer::conDelete(const char* name, gatePvData*& pv)
{
Expand All @@ -426,7 +426,7 @@ inline int gateServer::conDelete(const char* name, gatePvData*& pv)
}
else
pv = NULL;
return rc;
return rc;
}

inline int gateServer::vcAdd(const char* name, gateVcData& pv)
Expand Down

0 comments on commit 99d4091

Please sign in to comment.