Ignore:
Timestamp:
Mar 10, 2024, 11:21:18 AM (3 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
9398177
Parents:
b64d0f4
Message:

more switch to tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/programs/sharectx-demo.cfa

    rb64d0f4 r5546f50b  
    1919
    2020void helper2() {
    21    c();
    22    string_sharectx c = {NEW_SHARING};
    23    d();
     21        c();
     22        string_sharectx c = {NEW_SHARING};
     23        d();
    2424}
    2525void helper1() {
    26    a();
    27    string_sharectx c = {NO_SHARING};
    28    b();
    29    helper2();
    30    e();
     26        a();
     27        string_sharectx c = {NO_SHARING};
     28        b();
     29        helper2();
     30        e();
    3131}
    3232int main() {
    33    helper1();
     33        helper1();
    3434}
    3535
Note: See TracChangeset for help on using the changeset viewer.