LazUtils: Formatting.

git-svn-id: trunk@48483 -
This commit is contained in:
juha 2015-03-24 17:52:43 +00:00
parent f736aee269
commit 3c30f0d516

View File

@ -320,7 +320,7 @@ begin
begin
FloatValue := GetFloatProp(Instance, PropInfo);
if (DefInstance <> nil) then
DefFloatValue := GetFloatProp(DefInstance, PropInfo);
DefFloatValue := GetFloatProp(DefInstance, PropInfo);
if (DefInstance <> nil) and (DefFloatValue = FloatValue) then
DeleteValue(Path)
else