- File:
-
- 1 edited
-
tests/coroutine/.in/fmtLines.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/coroutine/.in/fmtLines.txt
r200fcb3 r73abe95 10 10 // Created On : Sun Sep 17 21:56:15 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Dec 11 23:31:12 201813 // Update Count : 3 212 // Last Modified On : Mon Sep 18 11:35:57 2017 13 // Update Count : 31 14 14 // 15 15 … … 27 27 28 28 void ^?{}( Format & fmt ) { 29 if ( fmt.g != 0 || fmt.b != 0 ) sout | nl;29 if ( fmt.g != 0 || fmt.b != 0 ) sout | endl; 30 30 } 31 31 … … 42 42 sout | " "; // print block separator 43 43 } // for 44 sout | nl; // print group separator44 sout | endl; // print group separator 45 45 } // for 46 46 } // main
Note:
See TracChangeset
for help on using the changeset viewer.