Changeset 28c2933


Ignore:
Timestamp:
Jul 31, 2023, 5:00:38 PM (9 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
d987881
Parents:
07b59ec
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/iostream.cfa

    r07b59ec r28c2933  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Jul 18 13:56:01 2023
    13 // Update Count     : 1403
     12// Last Modified On : Sun Jul 30 23:01:00 2023
     13// Update Count     : 1406
    1414//
    1515
     
    230230        ostype & ?|?( ostype & os, const char s[] ) {
    231231                enum { Open = 1, Close, OpenClose };
    232                 static const unsigned char mask[256] @= {
     232                static const unsigned char mask[256] @= {               // 256 covers all Latin-1 characters
    233233                        // opening delimiters, no space after
    234234                        ['('] : Open, ['['] : Open, ['{'] : Open,
Note: See TracChangeset for help on using the changeset viewer.