Ignore:
Timestamp:
Dec 25, 2018, 5:47:50 PM (6 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
ef346f7c
Parents:
bd07b15
Message:

simplify code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/fstream.cfa

    rbd07b15 r9d362a0  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Dec 22 17:01:54 2018
    13 // Update Count     : 302
     12// Last Modified On : Mon Dec 24 18:33:38 2018
     13// Update Count     : 304
    1414//
    1515
     
    150150        va_end( args );
    151151
    152         setPrt( os, true );
     152        setPrt( os, true );                                                                     // called in output cascade
    153153        sepReset( os );                                                                         // reset separator
    154154        return len;
Note: See TracChangeset for help on using the changeset viewer.