From: Michal Bloch Date: Fri, 23 Sep 2016 17:25:36 +0000 (+0200) Subject: Fix whitespace errors X-Git-Tag: submit/tizen_3.0/20161109.014446~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31a59aea8feb29fcecb515443d8e0c3cfb437a28;p=platform%2Fcore%2Fapi%2Fcommon.git Fix whitespace errors Change-Id: Iabed328a1e5180261d487ecf3c9294cbf0a22a88 Signed-off-by: Michal Bloch --- 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()