Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
5d787806
Unverified
Commit
5d787806
authored
Feb 02, 2020
by
Rosen Penev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[clang-tidy] add ending namespace comments
Found with llvm-namespace-comment Signed-off-by:
Rosen Penev
<
rosenp@gmail.com
>
parent
dea0cc16
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
CommandLine.cxx
src/CommandLine.cxx
+1
-1
StickerCommands.cxx
src/command/StickerCommands.cxx
+1
-1
OpusEncoderPlugin.cxx
src/encoder/plugins/OpusEncoderPlugin.cxx
+1
-1
QobuzClient.cxx
src/input/plugins/QobuzClient.cxx
+1
-1
Glue.cxx
src/lib/dbus/Glue.cxx
+1
-1
ixmlwrap.cxx
src/lib/upnp/ixmlwrap.cxx
+1
-1
SongSticker.cxx
src/sticker/SongSticker.cxx
+1
-1
No files found.
src/CommandLine.cxx
View file @
5d787806
...
@@ -78,7 +78,7 @@ constexpr auto USER_CONFIG_FILE_LOCATION1 = Path::FromFS(PATH_LITERAL(".mpdconf"
...
@@ -78,7 +78,7 @@ constexpr auto USER_CONFIG_FILE_LOCATION1 = Path::FromFS(PATH_LITERAL(".mpdconf"
constexpr
auto
USER_CONFIG_FILE_LOCATION2
=
Path
::
FromFS
(
PATH_LITERAL
(
".mpd/mpd.conf"
));
constexpr
auto
USER_CONFIG_FILE_LOCATION2
=
Path
::
FromFS
(
PATH_LITERAL
(
".mpd/mpd.conf"
));
constexpr
auto
USER_CONFIG_FILE_LOCATION_XDG
=
Path
::
FromFS
(
PATH_LITERAL
(
"mpd/mpd.conf"
));
constexpr
auto
USER_CONFIG_FILE_LOCATION_XDG
=
Path
::
FromFS
(
PATH_LITERAL
(
"mpd/mpd.conf"
));
#endif
#endif
}
}
// namespace
enum
Option
{
enum
Option
{
OPTION_KILL
,
OPTION_KILL
,
...
...
src/command/StickerCommands.cxx
View file @
5d787806
...
@@ -36,7 +36,7 @@ struct sticker_song_find_data {
...
@@ -36,7 +36,7 @@ struct sticker_song_find_data {
Response
&
r
;
Response
&
r
;
const
char
*
name
;
const
char
*
name
;
};
};
}
}
// namespace
static
void
static
void
sticker_song_find_print_cb
(
const
LightSong
&
song
,
const
char
*
value
,
sticker_song_find_print_cb
(
const
LightSong
&
song
,
const
char
*
value
,
...
...
src/encoder/plugins/OpusEncoderPlugin.cxx
View file @
5d787806
...
@@ -387,7 +387,7 @@ OpusEncoder::SendTag(const Tag &tag)
...
@@ -387,7 +387,7 @@ OpusEncoder::SendTag(const Tag &tag)
GenerateHeaders
(
&
tag
);
GenerateHeaders
(
&
tag
);
}
}
}
}
// namespace
const
EncoderPlugin
opus_encoder_plugin
=
{
const
EncoderPlugin
opus_encoder_plugin
=
{
"opus"
,
"opus"
,
...
...
src/input/plugins/QobuzClient.cxx
View file @
5d787806
...
@@ -44,7 +44,7 @@ public:
...
@@ -44,7 +44,7 @@ public:
}
}
};
};
}
}
// namespace
QobuzClient
::
QobuzClient
(
EventLoop
&
event_loop
,
QobuzClient
::
QobuzClient
(
EventLoop
&
event_loop
,
const
char
*
_base_url
,
const
char
*
_base_url
,
...
...
src/lib/dbus/Glue.cxx
View file @
5d787806
...
@@ -56,4 +56,4 @@ Glue::OnDBusClosed() noexcept
...
@@ -56,4 +56,4 @@ Glue::OnDBusClosed() noexcept
// TODO: reconnect
// TODO: reconnect
}
}
}
}
// namespace ODBus
src/lib/upnp/ixmlwrap.cxx
View file @
5d787806
...
@@ -38,4 +38,4 @@ getFirstElementValue(IXML_Document *doc, const char *name) noexcept
...
@@ -38,4 +38,4 @@ getFirstElementValue(IXML_Document *doc, const char *name) noexcept
return
ixmlNode_getNodeValue
(
dnode
);
return
ixmlNode_getNodeValue
(
dnode
);
}
}
}
}
// namespace ixmlwrap
src/sticker/SongSticker.cxx
View file @
5d787806
...
@@ -82,7 +82,7 @@ struct sticker_song_find_data {
...
@@ -82,7 +82,7 @@ struct sticker_song_find_data {
void
*
user_data
);
void
*
user_data
);
void
*
user_data
;
void
*
user_data
;
};
};
}
}
// namespace
static
void
static
void
sticker_song_find_cb
(
const
char
*
uri
,
const
char
*
value
,
void
*
user_data
)
sticker_song_find_cb
(
const
char
*
uri
,
const
char
*
value
,
void
*
user_data
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment