Ignore:
Timestamp:
2018-07-05T21:41:23Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
999cb48
Parents:
a1448e4
git-author:
Dzejrou <dzejrou@…> (2018-05-10 00:36:07)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:23)
Message:

cpp: fixed formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/impl/bitset.hpp

    ra1448e4 raedae28  
    284284                class Allocator = allocator<Char>
    285285            >
    286             basic_string<Char, Traits, Allocator> to_string(Char zero = Char('0'), Char one = Char('1')) const
     286            basic_string<Char, Traits, Allocator> to_string(Char zero = Char('0'),
     287                                                            Char one = Char('1')) const
    287288            {
    288289                basic_string<Char, Traits, Allocator> res{};
Note: See TracChangeset for help on using the changeset viewer.