manual allman brace fixup

This commit is contained in:
Sebastian Wilzbach 2016-05-31 05:23:16 +02:00
parent 1d34a121e9
commit ca098c57d2
7 changed files with 25 additions and 11 deletions

View file

@ -1,4 +1,4 @@
// Written in the D programming language.
// Written in the D programming language.
/**
Standard I/O functions that extend $(B core.stdc.stdio). $(B core.stdc.stdio)
@ -2583,7 +2583,7 @@ $(D Range) that locks the file and allows fast writing to it.
}
// @@@BUG@@@ 2340
//void front(C)(C c) if (is(C : dchar)) {
//void front(C)(C c) if (is(C : dchar))
/// ditto
void put(C)(C c) @safe if (is(C : const(dchar)))
{