Skip to content

Commit 655f333

Browse files
author
Vanessa Arndorfer
committed
clang-format + manual changes
1 parent 6024a98 commit 655f333

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

Simulator/Edges/Neuro/AllSpikingSynapses.cpp

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,14 @@ void AllSpikingSynapses::printParameters() const
107107
<< endl
108108
<< "\tEdges type: AllSpikingSynapses" << endl
109109
<< endl);
110-
LOG4CPLUS_DEBUG(edgeLogger_, "\n\tTau values: ["
111-
<< " II: " << tau_II_ << ","
112-
<< " IE: " << tau_IE_ << ","
113-
<< " EI: " << tau_EI_ << ","
114-
<< " EE: " << tau_EE_ << "]" << endl);
110+
LOG4CPLUS_DEBUG(edgeLogger_, "\n\tTau values: [" << " II: " << tau_II_ << "," << " IE: "
111+
<< tau_IE_ << "," << " EI: " << tau_EI_ << ","
112+
<< " EE: " << tau_EE_ << "]" << endl);
115113

116114
LOG4CPLUS_DEBUG(edgeLogger_, "\n\tDelay values: ["
117-
<< " II: " << delay_II_ << ","
118-
<< " IE: " << delay_IE_ << ","
119-
<< " EI:" << delay_EI_ << ","
120-
<< " EE: " << delay_EE_ << "]" << endl);
115+
<< " II: " << delay_II_ << "," << " IE: " << delay_IE_ << ","
116+
<< " EI:" << delay_EI_ << "," << " EE: " << delay_EE_ << "]"
117+
<< endl);
121118
}
122119

123120
/// Sets the data for Synapse to input's data.

0 commit comments

Comments
 (0)