diff options
author | Avuton Olrich <avuton@gmail.com> | 2006-07-20 16:02:40 +0000 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2006-07-20 16:02:40 +0000 |
commit | 29a25b9933b32800f58dd73d5d1fc21993071c92 (patch) | |
tree | 4f456a6f8e44d42acc289c35534ea3e59c0aa96f /src/ls.h | |
parent | 099f0e103f7591eef81183292d704b3a77a99018 (diff) | |
download | mpd-29a25b9933b32800f58dd73d5d1fc21993071c92.tar.gz mpd-29a25b9933b32800f58dd73d5d1fc21993071c92.tar.xz mpd-29a25b9933b32800f58dd73d5d1fc21993071c92.zip |
Add mpd-indent.sh
Indent the entire tree, hopefully we can keep
it indented.
git-svn-id: https://svn.musicpd.org/mpd/trunk@4410 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/ls.h | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -21,7 +21,7 @@ #include "../config.h" -#include "inputPlugin.h" +#include "inputPlugin.h" #include <stdio.h> #include <sys/types.h> @@ -29,23 +29,23 @@ #include <unistd.h> #include <time.h> -int lsPlaylists(FILE * fp, char * utf8path); +int lsPlaylists(FILE * fp, char *utf8path); -char * getSuffix(char * utf8file); +char *getSuffix(char *utf8file); -int isValidRemoteUtf8Url(char * utf8url); +int isValidRemoteUtf8Url(char *utf8url); -int isRemoteUrl(char * url); +int isRemoteUrl(char *url); -int myStat(char * utf8file, struct stat * st); +int myStat(char *utf8file, struct stat *st); -int isDir(char * utf8name); +int isDir(char *utf8name); -int isPlaylist(char * utf8file); +int isPlaylist(char *utf8file); -InputPlugin * hasMusicSuffix(char * utf8file, unsigned int next); +InputPlugin *hasMusicSuffix(char *utf8file, unsigned int next); -InputPlugin * isMusic(char * utf8file, time_t * mtime, unsigned int next); +InputPlugin *isMusic(char *utf8file, time_t * mtime, unsigned int next); int printRemoteUrlHandlers(FILE * fp); |