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

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') | no next file with comments »
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..2ae402753e6fc43dd3f65203351990977d4304f8 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];
@@ -138,7 +138,7 @@ struct json_manifest_reader
int nesting;
/* Manifest file directory without slash at the end. */
- char* dirname;
+ char *dirname;
};
static void
@@ -334,7 +334,7 @@ nacl_manifest_command (char *args, int from_tty)
{
if (args)
{
- char* manifest_filename;
+ char *manifest_filename;
struct cleanup *old_chain;
struct json_manifest_reader r = { 0 };
« no previous file with comments | « no previous file | gdb/nacl-tdep.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698