We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfb6d7 commit dde9cb4Copy full SHA for dde9cb4
src/InstanceIdentifier.cpp
@@ -80,7 +80,7 @@ bool tryClaimInstanceID(int index) {
80
81
void freeInstanceID() {
82
if (g_instanceLockFileHandle == -1) {
83
- return
+ return;
84
}
85
flock(g_instanceLockFileHandle, LOCK_UN);
86
close(g_instanceLockFileHandle);
0 commit comments