jaehyun pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=e68d886937d7167c01a656c92e15daeedf3b8516

commit e68d886937d7167c01a656c92e15daeedf3b8516
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Mon Apr 18 14:20:01 2016 +0900

    templates: Remove newlines at the end of EDC template files.
    
    EDC template files were created by vim and vim produces newlines at the
    end of files. This causes an unexpected newline at the end of loaded EDC
    template files.
    This commit fixes T3429.
---
 data/templates/basic.edc         | 2 +-
 data/templates/clip.edc          | 2 +-
 data/templates/empty.edc         | 2 +-
 data/templates/group.edc         | 2 +-
 data/templates/image.edc         | 2 +-
 data/templates/map.edc           | 2 +-
 data/templates/proxy.edc         | 2 +-
 data/templates/rect.edc          | 2 +-
 data/templates/rotation+zoom.edc | 2 +-
 data/templates/sound.edc         | 2 +-
 data/templates/spacer.edc        | 2 +-
 data/templates/text.edc          | 2 +-
 data/templates/textblock.edc     | 2 +-
 data/templates/transition.edc    | 2 +-
 data/templates/tween.edc         | 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/data/templates/basic.edc b/data/templates/basic.edc
index f95ea95..2001744 100644
--- a/data/templates/basic.edc
+++ b/data/templates/basic.edc
@@ -68,4 +68,4 @@ collections {
       }
       */
    }
-}
+}
\ No newline at end of file
diff --git a/data/templates/clip.edc b/data/templates/clip.edc
index 5f34d44..d238ab8 100644
--- a/data/templates/clip.edc
+++ b/data/templates/clip.edc
@@ -26,4 +26,4 @@ collections {
          }
       }
    }
-}
+}
\ No newline at end of file
diff --git a/data/templates/empty.edc b/data/templates/empty.edc
index 912f184..e94245a 100644
--- a/data/templates/empty.edc
+++ b/data/templates/empty.edc
@@ -4,4 +4,4 @@ collections {
       parts {
       }
    }
-}
+}
\ No newline at end of file
diff --git a/data/templates/group.edc b/data/templates/group.edc
index e3a4546..b3c8e0b 100644
--- a/data/templates/group.edc
+++ b/data/templates/group.edc
@@ -35,4 +35,4 @@ collections {
          }
       }
    }
-}
+}
\ No newline at end of file
diff --git a/data/templates/image.edc b/data/templates/image.edc
index a455327..3521a12 100644
--- a/data/templates/image.edc
+++ b/data/templates/image.edc
@@ -18,4 +18,4 @@ collections {
          }
       }
    }
-}
+}
\ No newline at end of file
diff --git a/data/templates/map.edc b/data/templates/map.edc
index cdd9f3d..4dc7bc6 100644
--- a/data/templates/map.edc
+++ b/data/templates/map.edc
@@ -75,4 +75,4 @@ collections {
          }
       }
    }
-}
+}
\ No newline at end of file
diff --git a/data/templates/proxy.edc b/data/templates/proxy.edc
index 8e6f689..779c62b 100644
--- a/data/templates/proxy.edc
+++ b/data/templates/proxy.edc
@@ -27,4 +27,4 @@ collections {
          }
       }
    }
-}
+}
\ No newline at end of file
diff --git a/data/templates/rect.edc b/data/templates/rect.edc
index abfc071..f6b162f 100644
--- a/data/templates/rect.edc
+++ b/data/templates/rect.edc
@@ -11,4 +11,4 @@ collections {
          }
       }
    }
-}
+}
\ No newline at end of file
diff --git a/data/templates/rotation+zoom.edc b/data/templates/rotation+zoom.edc
index fea1312..572851c 100644
--- a/data/templates/rotation+zoom.edc
+++ b/data/templates/rotation+zoom.edc
@@ -40,4 +40,4 @@ collections {
          }
       }
    }
-}
+}
\ No newline at end of file
diff --git a/data/templates/sound.edc b/data/templates/sound.edc
index 485dd02..045dfca 100644
--- a/data/templates/sound.edc
+++ b/data/templates/sound.edc
@@ -21,4 +21,4 @@ collections {
          }
       }
    }
-}
+}
\ No newline at end of file
diff --git a/data/templates/spacer.edc b/data/templates/spacer.edc
index fde1293..8a1dd9c 100644
--- a/data/templates/spacer.edc
+++ b/data/templates/spacer.edc
@@ -33,4 +33,4 @@ collections {
          }
       }
    }
-}
+}
\ No newline at end of file
diff --git a/data/templates/text.edc b/data/templates/text.edc
index 80bd60b..4b7c917 100644
--- a/data/templates/text.edc
+++ b/data/templates/text.edc
@@ -20,4 +20,4 @@ collections {
          }
       }
    }
-}
+}
\ No newline at end of file
diff --git a/data/templates/textblock.edc b/data/templates/textblock.edc
index 3cc13dd..0b1b2a3 100644
--- a/data/templates/textblock.edc
+++ b/data/templates/textblock.edc
@@ -20,4 +20,4 @@ collections {
          }
       }
    }
-}
+}
\ No newline at end of file
diff --git a/data/templates/transition.edc b/data/templates/transition.edc
index 868c00f..66b3a69 100644
--- a/data/templates/transition.edc
+++ b/data/templates/transition.edc
@@ -31,4 +31,4 @@ collections {
          }
       }
    }
-}
+}
\ No newline at end of file
diff --git a/data/templates/tween.edc b/data/templates/tween.edc
index 7e852fa..e476a7e 100644
--- a/data/templates/tween.edc
+++ b/data/templates/tween.edc
@@ -47,4 +47,4 @@ collections {
          }
       }
    }
-}
+}
\ No newline at end of file

-- 


Reply via email to