diff -r d72fc2aace31 -r 62bb7c97884c egl/egltest/endpointtestsuite/automated/src/eglendpointwrap.cpp --- a/egl/egltest/endpointtestsuite/automated/src/eglendpointwrap.cpp Tue Jul 20 13:27:44 2010 +0300 +++ b/egl/egltest/endpointtestsuite/automated/src/eglendpointwrap.cpp Fri Jul 30 11:41:40 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);