Very minor code formatting edits.

This commit is contained in:
Jonathan Preddy
2014-07-17 15:24:30 -04:00
parent 28d49046fc
commit 7ef112dce7

View File

@@ -685,9 +685,8 @@ namespace TimberWinR
// Required attributes.
string source;
string attributeName;
// Parse required attributes.
string attributeName;
attributeName = "source";
try
{
@@ -724,9 +723,8 @@ namespace TimberWinR
string name;
string location;
string attributeName;
// Parse required attributes.
string attributeName;
attributeName = "name";
try
{
@@ -772,9 +770,8 @@ namespace TimberWinR
string name;
string location;
string attributeName;
// Parse required attributes.
string attributeName;
attributeName = "name";
try
{
@@ -821,9 +818,8 @@ namespace TimberWinR
string name;
string location;
string attributeName;
// Parse required attributes.
string attributeName;
attributeName = "name";
try
{