Clang-format of struct initializers

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Won't Fix
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Internal Code
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      changes this:

                  *stone = {
                            .lastRecord = oplogEstimates[sampleIndex],
                            .bytes = minBytesPerStone,
                            .records = recordsPerSlot
                   };
      

      to this:

                  *stone = {.lastRecord = oplogEstimates[sampleIndex],
                            .bytes = minBytesPerStone,
                            .records = recordsPerSlot};
      

      which seems inconsistent and undesirable

            Assignee:
            DO NOT USE - Backlog - Platform Team
            Reporter:
            Martin Bligh (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: