Skip to content

Commit c3c14e8

Browse files
Gareth Aneurin TribelloGareth Aneurin Tribello
Gareth Aneurin Tribello
authored and
Gareth Aneurin Tribello
committed
Ran astyle
1 parent 2b9e6ed commit c3c14e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/cltools/GenJson.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ int GenJson::main(FILE* in, FILE*out,Communicator& pc) {
117117
std::cout<<" \"dois\" : [";
118118
unsigned ndoi = keys.getDOIList().size();
119119
if( ndoi>0 ) {
120-
std::cout<<"\"" + keys.getDOIList()[0] + "\"";
121-
for(unsigned j=1; j<ndoi; ++j) std::cout<<", \"" + keys.getDOIList()[j] + "\"";
120+
std::cout<<"\"" + keys.getDOIList()[0] + "\"";
121+
for(unsigned j=1; j<ndoi; ++j) std::cout<<", \"" + keys.getDOIList()[j] + "\"";
122122
}
123123
std::cout<<"],\n";
124124
std::cout<<" \"syntax\" : {"<<std::endl;

src/tools/Keywords.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class Keywords {
203203
void setDisplayName( const std::string& name );
204204
/// Add a DOI to the list in the manual page for this action
205205
void addDOI( const std::string& doi );
206-
/// Get the list of DOI
206+
/// Get the list of DOI
207207
const std::vector<std::string>& getDOIList() const ;
208208
};
209209

0 commit comments

Comments
 (0)