From b2b420d78ea19d0121dceb1d025bf8db8626a2d4 Mon Sep 17 00:00:00 2001 From: "noelallen@google.com" Date: Tue, 12 Jul 2011 00:59:31 +0000 Subject: Trivial changes to PPAPI headers These trivial changes make the PPAPI headers more consistent. This allows the headers to more closely match the autogenerated ones simplifying validation before we switch over to IDL. TEST= tryserver BUG= http://code.google.com/p/chromium/issues/detail?id=76271 Review URL: http://codereview.chromium.org/7333003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92088 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/c/pp_file_info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ppapi/c/pp_file_info.h') diff --git a/ppapi/c/pp_file_info.h b/ppapi/c/pp_file_info.h index 8d82225..e433b5d 100644 --- a/ppapi/c/pp_file_info.h +++ b/ppapi/c/pp_file_info.h @@ -59,8 +59,8 @@ PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_FileSystemType, 4); * such as size, type, and creation time. */ struct PP_FileInfo { - /** This value represents the size of the file. */ - int64_t size; /* Measured in bytes */ + /** This value represents the size of the file measured in bytes */ + int64_t size; /** * This value represents the type of file as defined by the -- cgit v1.1