Added animation and constraint support for UNSIGNED_INTEGER property type
[platform/core/uifw/dali-core.git] / automated-tests / build.sh
index 6129590..7c7584b 100755 (executable)
@@ -16,8 +16,8 @@ while true ; do
     case "$1" in
         -r|--rebuild) opt_rebuild=true ; shift ;;
         -n|--no-gen)  opt_generate=false ; shift ;;
-       --) shift ; break ;;
-       *) shift ;;   # Ignore
+        --) shift ; break ;;
+        *) shift ;;   # Ignore
     esac
 done