Skip to content

Commit

Permalink
White-space
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Hillebrand authored and Mark Hillebrand committed Jan 22, 2016
1 parent 946bdc7 commit a0a3246
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Source/CNTK/BrainScript/BrainScriptEvaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1022,4 +1022,4 @@ static ScriptableObjects::ConfigurableRuntimeTypeRegister::Add<Debug> registerDe
// - macro arg expressions get their path assigned when their thunk is created, the thunk remembers it
// - however, really, the thunk should get the expression path from the context it is executed in, not the context it was created in
// - maybe there is some clever scheme of overwriting when a result comes back? E.g. we retrieve a value but its name is not right, can we patch it up? Very tricky to find the right rules/conditions
} } } // namespaces
} } } // namespaces
2 changes: 1 addition & 1 deletion Source/CNTK/BrainScript/BrainScriptEvaluator.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ shared_ptr<Object> EvaluateField(ExpressionPtr e, const wstring& id); // for exp

// some simple tests
void SomeTests();
} } } // end namespaces
} } } // end namespaces
2 changes: 1 addition & 1 deletion Source/CNTK/BrainScript/BrainScriptParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -952,4 +952,4 @@ ExpressionPtr ParseConfigExpression(const wstring& sourceText, vector<wstring>&&
parser.VerifyAtEnd();
return expr;
}
} } } // namespaces
} } } // namespaces
2 changes: 1 addition & 1 deletion Source/CNTK/BrainScript/BrainScriptParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ typedef Expression::ExpressionPtr ExpressionPtr; // circumvent some circular def
ExpressionPtr ParseConfigDictFromString(wstring text, vector<wstring>&& includePaths); // parses a list of dictionary members, returns a dictionary expression
ExpressionPtr ParseConfigDictFromFile(wstring path, vector<wstring>&& includePaths); // likewise, but from a file path
ExpressionPtr ParseConfigExpression(const wstring& sourceText, vector<wstring>&& includePaths); // parses a single expression from sourceText, which is meant to contain an include statement, hence includePaths
} } } // namespaces
} } } // namespaces
2 changes: 1 addition & 1 deletion Source/CNTK/BrainScript/BrainScriptTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,4 @@ void SomeTests()
err.PrintError();
}
}
} } } // namespaces
} } } // namespaces
2 changes: 1 addition & 1 deletion Source/Common/Include/ScriptableObjects.h
Original file line number Diff line number Diff line change
Expand Up @@ -896,4 +896,4 @@ template <class V>
{
return static_cast<const std::vector<typename V::value_type> &>(vec);
} // use this specifically for XXXargvector
} } } // end namespaces
} } } // end namespaces

0 comments on commit a0a3246

Please sign in to comment.