From 7ef112dce7f361d1e29b28bbb767f62a5d32eedf Mon Sep 17 00:00:00 2001 From: Jonathan Preddy Date: Thu, 17 Jul 2014 15:24:30 -0400 Subject: [PATCH] Very minor code formatting edits. --- TimberWinR/Configuration.cs | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/TimberWinR/Configuration.cs b/TimberWinR/Configuration.cs index 1c513a6..1cd57c6 100644 --- a/TimberWinR/Configuration.cs +++ b/TimberWinR/Configuration.cs @@ -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 {