Skip to content

Commit

Permalink
Bug 1862514 - Remove extra semicolon. r=sylvestre,necko-reviewers,jes…
Browse files Browse the repository at this point in the history
…up DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D192797
  • Loading branch information
ChaseKnowlden committed Nov 6, 2023
1 parent 1f53158 commit f85bc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netwerk/system/netlink/NetlinkService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class NetlinkNeighbor {
uint32_t GetIndex() const { return mNeigh.ndm_ifindex; }
const in_common_addr* GetAddrPtr() const { return &mAddr; }
const uint8_t* GetMACPtr() const { return mMAC; }
bool HasMAC() const { return mHasMAC; };
bool HasMAC() const { return mHasMAC; }

void GetAsString(nsACString& _retval) const {
nsAutoCString addrStr;
Expand Down

0 comments on commit f85bc5d

Please sign in to comment.