Skip to content

Commit 67842fc

Browse files
committed
[#3050] Removed spurious commas from daemon.cc
1 parent 3b01f54 commit 67842fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/process/daemon.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Daemon::checkConfigFile() const {
128128
std::string
129129
Daemon::getProcName() {
130130
return (proc_name_);
131-
};
131+
}
132132

133133
void
134134
Daemon::setProcName(const std::string& proc_name) {
@@ -152,7 +152,7 @@ Daemon::getPIDFileName() const {
152152
}
153153

154154
return ("");
155-
};
155+
}
156156

157157
void
158158
Daemon::setPIDFileName(const std::string& pid_file_name) {
@@ -167,7 +167,7 @@ Daemon::setPIDFileName(const std::string& pid_file_name) {
167167
}
168168

169169
pid_file_.reset(new util::PIDFile(pid_file_name));
170-
};
170+
}
171171

172172
std::string
173173
Daemon::makePIDFileName() const {

0 commit comments

Comments
 (0)