Changeset 4f1b2d69 for src/Common


Ignore:
Timestamp:
Nov 27, 2023, 9:05:43 AM (6 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
7f2bfb7
Parents:
39eb784
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/Assert.cc

    r39eb784 r4f1b2d69  
    1010// Created On       : Thu Aug 18 13:26:59 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Aug 19 17:07:08 2016
    13 // Update Count     : 10
     12// Last Modified On : Mon Nov 20 22:57:18 2023
     13// Update Count     : 11
    1414//
    1515
     
    3939}
    4040
    41 void abort(const char *fmt, ... ) noexcept __attribute__((noreturn, format(printf, 1, 2)));
    42 void abort(const char *fmt, ... ) noexcept {
     41void abort(const char *fmt, ... ) noexcept __attribute__((noreturn, format(printf, 1, 2)));
     42void abort(const char *fmt, ... ) noexcept {
    4343        va_list args;
    4444        va_start( args, fmt );
Note: See TracChangeset for help on using the changeset viewer.