Skip to content

Commit a3e66fa

Browse files
committed
CL: cleanup
1 parent 7b7bbbf commit a3e66fa

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

source/libs/procedure/qstat/default/ocs_QStatDefaultViewJSON.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ void ocs::QStatDefaultViewJSON::report_queue_resource_finished(std::ostream &os,
159159
os << "\n" << std::string(indent * 3, ' ') << "}";
160160
first_sub_object = true;
161161
DRETURN_VOID;
162-
DRETURN_VOID;
163162
}
164163

165164
void ocs::QStatDefaultViewJSON::report_queue_resource(std::ostream &os, const lListElem *resource, const char *dom,

source/libs/procedure/qstat/select/ocs_QStatSelectViewXML.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#include <sgeobj/ocs_EscapedString.h>
2424

25-
#include "qstat/select//ocs_QStatSelectViewXML.h"
25+
#include "qstat/select/ocs_QStatSelectViewXML.h"
2626

2727
ocs::QStatSelectViewXML::QStatSelectViewXML(const QStatParameter &parameter) : QStatSelectViewBase(parameter) {
2828
DENTER(TOP_LAYER);

0 commit comments

Comments
 (0)