From 31a59aea8feb29fcecb515443d8e0c3cfb437a28 Mon Sep 17 00:00:00 2001 From: Michal Bloch Date: Fri, 23 Sep 2016 19:25:36 +0200 Subject: [PATCH] Fix whitespace errors Change-Id: Iabed328a1e5180261d487ecf3c9294cbf0a22a88 Signed-off-by: Michal Bloch --- include/tizen_error.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/tizen_error.h b/include/tizen_error.h index 26cd8d9..b68e3b2 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -11,7 +11,7 @@ * distributed under the License is distributed on an AS IS BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and - * limitations under the License. + * limitations under the License. */ #ifndef __TIZEN_COMMON_ERROR_H__ @@ -242,7 +242,7 @@ extern "C" { /* Tizen Buffer Manager Error */ #define TIZEN_ERROR_TBM -0x02830000 /* Tizen EOM Error */ -#define TIZEN_ERROR_EOM -0x02840000 +#define TIZEN_ERROR_EOM -0x02840000 /* Tizen PANEL Error */ #define TIZEN_ERROR_PANEL -0x02850000 /* Tizen TZSH Error */ @@ -488,7 +488,7 @@ extern "C" { * * @details This function retrieves the last error code which is set by set_last_result() * - * @return One of #tizen_error_e + * @return One of #tizen_error_e * * @see #tizen_error_e * @see set_last_result() -- 2.34.1