apply tizen coding style
[platform/core/api/common.git] / include / tizen_type.h
index 718dd5b..90091e5 100755 (executable)
@@ -11,9 +11,9 @@
  * 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_TYPE_H__
 #define __TIZEN_TYPE_H__
 
@@ -22,7 +22,7 @@
 #ifndef NULL
        #ifdef __cplusplus
                #define NULL        (0L)
-       #else 
+       #else
                #define NULL        ((void*) 0)
        #endif
 #endif