Fix coding style according to tizen rule
[platform/core/security/drm-service-core-tizen.git] / test / drm_testcore.h
index 0915f9f..7c940e1 100644 (file)
  *  See the License for the specific language governing permissions and
  *  limitations under the License
  *
- */
-/*
  * @file        drm_testcore.h
  * @author      Kyungwook Tak(k.tak@samsung.com)
  * @version     1.0
  * @brief       Test drm library internal core codes
  */
+#ifndef __DRM_TESTCORE_H_
+#define __DRM_TESTCORE_H_
 
 void test_drm_core(void);
+
+#endif //__DRM_TESTCORE_H_