Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: gdb/nacl-manifest.c

Issue 10458028: Fix style issues. (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@nacl-stub
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gdb/nacl-tdep.c » ('j') | gdb/nacl-tdep.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/nacl-manifest.c
diff --git a/gdb/nacl-manifest.c b/gdb/nacl-manifest.c
index ba34b93fd8759415c7a2c498a84b987b5387cfa3..255d637b0dc7bca24b3fa42b68a24947610c5455 100644
--- a/gdb/nacl-manifest.c
+++ b/gdb/nacl-manifest.c
@@ -129,7 +129,7 @@ nacl_manifest_free (void)
struct json_manifest_reader
{
/* Manifest file. */
- FILE* file;
+ FILE *file;
/* Stack of members being parsed. */
const char *members[MANIFEST_MAX_NESTING];
« no previous file with comments | « no previous file | gdb/nacl-tdep.c » ('j') | gdb/nacl-tdep.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698