libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 73e1679e73906c1291f127593b4cdf3db772a606
parent 58626426a3f4e83f006a055172670d340cbe2da3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 15 Oct 2017 20:29:36 +0200

fix indentation

Diffstat:
Msrc/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 @@ -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); /**