fixed readability issues
diff --git a/option.go b/option.go
index f39bfae..57700d6 100644
--- a/option.go
+++ b/option.go
@@ -79,9 +79,10 @@
 	// Determines if the option will be always quoted in the INI output
 	iniQuote bool
 
-	tag                 multiTag
-	isSet, isSetDefault bool
-	preventDefault      bool
+	tag            multiTag
+	isSet          bool
+	isSetDefault   bool
+	preventDefault bool
 
 	defaultLiteral string
 }
@@ -271,6 +272,7 @@
 	}
 
 	option.isSetDefault = true
+
 	if len(usedDefault) > 0 {
 		option.empty()