mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 22:21:09 +03:00
manual allman brace fixup
This commit is contained in:
parent
1d34a121e9
commit
ca098c57d2
7 changed files with 25 additions and 11 deletions
|
@ -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)))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue