Fix whitespace errors 82/89482/1
authorMichal Bloch <m.bloch@samsung.com>
Fri, 23 Sep 2016 17:25:36 +0000 (19:25 +0200)
committerMichal Bloch <m.bloch@samsung.com>
Fri, 23 Sep 2016 17:25:36 +0000 (19:25 +0200)
Change-Id: Iabed328a1e5180261d487ecf3c9294cbf0a22a88
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
include/tizen_error.h

index 26cd8d9..b68e3b2 100644 (file)
@@ -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()