[ltrace-commits] 02/02: minor whitespace-only style fix

Petr Machata pmachata-guest at moszumanska.debian.org
Thu Jul 31 17:47:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

pmachata-guest pushed a commit to branch master
in repository ltrace.

commit 5636496aab4187a8eace23c35e255c4828b4a7ce
Author: Dima Kogan <dima at secretsauce.net>
Date:   Fri Jul 25 21:20:06 2014 -0700

    minor whitespace-only style fix
---
 library.c | 4 ++--
 library.h | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/library.c b/library.c
index 7fb14c1..2339153 100644
--- a/library.c
+++ b/library.c
@@ -493,8 +493,8 @@ const char** library_exported_names_each_alias(
 			 library_exported_names_each_alias_cb, &context);
 }
 
-int library_exported_names_contains(struct library_exported_names* names,
-				    const char* queryname)
+int library_exported_names_contains(struct library_exported_names *names,
+				    const char *queryname)
 {
 	uint64_t *addr = DICT_FIND_REF(&names->names,
 				       &queryname, uint64_t);
diff --git a/library.h b/library.h
index 4506621..03d6dc1 100644
--- a/library.h
+++ b/library.h
@@ -288,7 +288,7 @@ const char** library_exported_names_each_alias(
 
 /* Returns 0 if the exported names list does not contain a given name, or 1 if
  * it does */
-int library_exported_names_contains(struct library_exported_names* names,
-				    const char* queryname);
+int library_exported_names_contains(struct library_exported_names *names,
+				    const char *queryname);
 
 #endif /* LIBRARY_H */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/ltrace.git



More information about the ltrace-commits mailing list