summaryrefslogtreecommitdiff
path: root/src/find-mount-point.h
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-03-28 07:57:51 +0200
committerJim Meyering <meyering@redhat.com>2011-03-28 11:51:35 +0200
commitfde07ff436ef19cc85a8bb626535cc18fdb9d588 (patch)
tree1472576870c00844f4216551bda5479507e0c165 /src/find-mount-point.h
parent99679fff629f4a624f4fe7a67335c6e90533afc2 (diff)
downloadcoreutils-fde07ff436ef19cc85a8bb626535cc18fdb9d588.tar.xz
maint: correct formatting style in a header
* src/find-mount-point.h: Move "*" to where it belongs. Move "const", too. * src/find-mount-point.c: Move "const" to conform. * src/Makefile.am (sc_tight_scope): Allow `*'s before the function name. Use perl's -l option and drop the \n after (and quotes around) $1.
Diffstat (limited to 'src/find-mount-point.h')
-rw-r--r--src/find-mount-point.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/find-mount-point.h b/src/find-mount-point.h
index 956cc3879..04c4c34d4 100644
--- a/src/find-mount-point.h
+++ b/src/find-mount-point.h
@@ -14,4 +14,4 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-extern char* find_mount_point (const char *, const struct stat *);
+extern char *find_mount_point (char const *, struct stat const *);