gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libextractor] 15/27: fix indentation


From: gnunet
Subject: [GNUnet-SVN] [libextractor] 15/27: fix indentation
Date: Sun, 15 Oct 2017 21:34:39 +0200

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

grothoff pushed a commit to branch master
in repository libextractor.

commit 73e1679e73906c1291f127593b4cdf3db772a606
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Oct 15 20:29:36 2017 +0200

    fix indentation
---
 src/main/extractor_plugpath.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/extractor_plugpath.c b/src/main/extractor_plugpath.c
index 234d80d5..461f25e4 100644
--- a/src/main/extractor_plugpath.c
+++ b/src/main/extractor_plugpath.c
@@ -218,8 +218,9 @@ get_path_from_module_filename ()
  * @param number of bytes available in 'buf'
  * @return 0 on success, otherwise desired number of bytes is stored in 
'bufsize'
  */
-typedef int (*MyNSGetExecutablePathProto) (char *buf,
-                                          size_t *bufsize);
+typedef int
+(*MyNSGetExecutablePathProto) (char *buf,
+                               size_t *bufsize);
 
 
 /**

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]