[NUI] Reduce code duplication - refactor dispose codes (#1010)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / BlendFactorType.cs
index 9fc34a5..7d4e89e 100755 (executable)
@@ -17,7 +17,6 @@
 
 namespace Tizen.NUI
 {
-
     internal enum BlendFactorType
     {
         ZERO = 0,
@@ -36,5 +35,4 @@ namespace Tizen.NUI
         CONSTANT_ALPHA = 0x8003,
         ONE_MINUS_CONSTANT_ALPHA = 0x8004
     }
-
 }