egl/egltest/endpointtestsuite/automated/src/eglendpointwrap.cpp
changeset 152 9f1c3fea0f87
parent 98 bf7481649c98
--- a/egl/egltest/endpointtestsuite/automated/src/eglendpointwrap.cpp	Tue Jul 06 15:45:57 2010 +0300
+++ b/egl/egltest/endpointtestsuite/automated/src/eglendpointwrap.cpp	Wed Aug 18 11:05:09 2010 +0300
@@ -24,7 +24,6 @@
 #include "egltest_commscommon.h"
 
 
-
 /*
  * TEglEndpointWrap is a simple class that presents all of the EGL endpoint
  * extension functions without the user needing to perform an eglGetProcAddress()
@@ -74,7 +73,8 @@
     }
 
 
-EGLEndpointNOK TEglEndpointWrap::CreateEndpoint(EGLDisplay dpy, EGLenum type, EGLenum source_type, EGLEndpointSourceNOK source, const EGLint *attrib_list) const
+EGLEndpointNOK TEglEndpointWrap::CreateEndpoint(EGLDisplay dpy, EGLenum type, EGLenum source_type, 
+                                                EGLEndpointSourceNOK source, const EGLint *attrib_list) const
     {
     ENDPOINT_ASSERT_DEBUG(iError == KErrNone, User::Invariant());
     return ipfnEglCreateEndpointNOK(dpy, type, source_type, source, attrib_list);
@@ -130,7 +130,8 @@
     }
 
 
-EGLint TEglEndpointWrap::GetEndpointDirtyArea(EGLDisplay dpy, EGLEndpointNOK endpoint, EGLint* rects, EGLint start_rect, EGLint max_rects, EGLBoolean collapse) const
+EGLint TEglEndpointWrap::GetEndpointDirtyArea(EGLDisplay dpy, EGLEndpointNOK endpoint, EGLint* rects, 
+                                              EGLint start_rect, EGLint max_rects, EGLBoolean collapse) const
     {
     ENDPOINT_ASSERT_DEBUG(iError == KErrNone, User::Invariant());
     return ipfnEglGetEndpointDirtyAreaNOK(dpy, endpoint, rects, start_rect, max_rects, collapse);