Skip to content

Commit db3db87

Browse files
committed
Fixed clang-format violation
1 parent ec686b6 commit db3db87

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Simulator/Vertices/NG911/All911Vertices.h

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,24 +166,21 @@ class All911Vertices : public AllVertices {
166166
/// @param vertexIdx Index of the CALR vertex
167167
/// @param edgeIndexMap Reference to the EdgeIndexMap.
168168
/// @param allEdges Reference to an instance of All911Edges
169-
void advanceCALR(BGSIZE vertexIdx, All911Edges &edges911,
170-
const EdgeIndexMap &edgeIndexMap);
169+
void advanceCALR(BGSIZE vertexIdx, All911Edges &edges911, const EdgeIndexMap &edgeIndexMap);
171170

172171
/// Advance a PSAP vertex. Controls the redirection and handling of calls
173172
///
174173
/// @param vertexIdx Index of the PSAP vertex
175174
/// @param edgeIndexMap Reference to the EdgeIndexMap.
176175
/// @param allEdges Reference to an instance of All911Edges
177-
void advancePSAP(BGSIZE vertexIdx, All911Edges &edges911,
178-
const EdgeIndexMap &edgeIndexMap);
176+
void advancePSAP(BGSIZE vertexIdx, All911Edges &edges911, const EdgeIndexMap &edgeIndexMap);
179177

180178
/// Advance a RESP vertex. Receives call from PSAP and responds to the emergency events
181179
///
182180
/// @param vertexIdx Index of the RESP vertex
183181
/// @param edgeIndexMap Reference to the EdgeIndexMap.
184182
/// @param allEdges Reference to an instance of All911Edges
185-
void advanceRESP(BGSIZE vertexIdx, All911Edges &edges911,
186-
const EdgeIndexMap &edgeIndexMap);
183+
void advanceRESP(BGSIZE vertexIdx, All911Edges &edges911, const EdgeIndexMap &edgeIndexMap);
187184

188185
#if defined(USE_GPU)
189186
// GPU functionality for 911 simulation is unimplemented.

0 commit comments

Comments
 (0)