Skip to content

Commit

Permalink
Merge pull request #1411 from wilzbach/patch-2
Browse files Browse the repository at this point in the history
let D example program conform to DStyle
  • Loading branch information
CyberShadow committed Jul 2, 2016
2 parents b654ce3 + fc284de commit 304989a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overview.dd
Expand Up @@ -1306,12 +1306,12 @@ void main()
writeln("10 iterations");

// using iter as a throwaway variable
foreach(iter; 1 .. 11)
foreach (iter; 1 .. 11)
{
count = 0;
flags[] = 1;

foreach(index, flag; flags)
foreach (index, flag; flags)
{
if (flag)
{
Expand Down

0 comments on commit 304989a

Please sign in to comment.