diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-02-20 19:03:01 +0100 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-02-20 19:03:01 +0100 |
| commit | 123fda70d951005511554d65d9d86151cd2f1c7f (patch) | |
| tree | 04fe2373dbc5ab88d0342f50b2f7763371791b8f | |
| parent | d45a77c452424ebb2b8692a1255edbaff1999dec (diff) | |
| download | kde-123fda70d951005511554d65d9d86151cd2f1c7f.tar.gz kde-123fda70d951005511554d65d9d86151cd2f1c7f.tar.bz2 kde-123fda70d951005511554d65d9d86151cd2f1c7f.zip | |
Whitespace
| -rw-r--r-- | eclass/cmake-utils.eclass | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index 8e3ebd6641f..1fe9c5d5afa 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -111,11 +111,8 @@ cmake-utils_src_configure() { # eapi and based on it configure or only compile cmake-utils_src_compile() { case ${EAPI} in - 2) - ;; - *) - cmake-utils_src_configure - ;; + 2) ;; + *) cmake-utils_src_configure ;; esac cmake-utils_src_make "$@" |
