Bundle source: use C-style comments

tingping/wmclass
Simon Schampijer 2017-04-09 22:49:56 +02:00
parent 60f96e31d6
commit f31a310a66
2 changed files with 4 additions and 4 deletions

View File

@ -179,8 +179,8 @@ builder_source_script_bundle (BuilderSource *source,
BuilderContext *context,
GError **error)
{
// no need to bundle anything here as this part
// can be reconstructed from the manifest
/* no need to bundle anything here as this part
can be reconstructed from the manifest */
return TRUE;
}

View File

@ -183,8 +183,8 @@ builder_source_shell_bundle (BuilderSource *source,
BuilderContext *context,
GError **error)
{
// no need to bundle anything here as this part
// can be reconstructed from the manifest
/* no need to bundle anything here as this part
can be reconstructed from the manifest */
return TRUE;
}