@@ -243,7 +243,7 @@ protected:
243
243
Arrival clk_insertion,
244
244
Arrival clk_latency,
245
245
bool is_path_delay,
246
- const TimingArc *end_check_arc) const ;
246
+ const TimingArc *end_check_arc) const ;
247
247
bool reportGenClkSrcPath (const Path *clk_path,
248
248
const Clock *clk,
249
249
const RiseFall *clk_rf,
@@ -308,26 +308,26 @@ protected:
308
308
const PathExpanded &expanded,
309
309
bool clk_used_as_data,
310
310
float time_offset,
311
- const TimingArc *end_check_arc) const ;
311
+ const TimingArc *end_check_arc) const ;
312
312
void reportPath2 (const Path *path,
313
313
const PathExpanded &expanded,
314
314
bool clk_used_as_data,
315
315
float time_offset,
316
- const TimingArc *end_check_arc) const ;
316
+ const TimingArc *end_check_arc) const ;
317
317
void reportPath3 (const Path *path,
318
318
const PathExpanded &expanded,
319
319
bool clk_used_as_data,
320
320
bool report_clk_path,
321
321
Arrival prev_time,
322
322
float time_offset,
323
- const TimingArc *end_check_arc) const ;
323
+ const TimingArc *end_check_arc) const ;
324
324
void reportPath4 (const Path *path,
325
325
const PathExpanded &expanded,
326
326
bool clk_used_as_data,
327
327
bool skip_first_path,
328
328
bool skip_last_path,
329
329
float time_offset,
330
- const TimingArc *end_check_arc) const ;
330
+ const TimingArc *end_check_arc) const ;
331
331
void reportPath5 (const Path *path,
332
332
const PathExpanded &expanded,
333
333
size_t path_first_index,
@@ -336,7 +336,7 @@ protected:
336
336
bool report_clk_path,
337
337
Arrival prev_time,
338
338
float time_offset,
339
- const TimingArc *end_check_arc) const ;
339
+ const TimingArc *end_check_arc) const ;
340
340
void reportHierPinsThru (const Path *path) const ;
341
341
void reportInputExternalDelay (const Path *path,
342
342
float time_offset,
0 commit comments