mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Fix coding style
This commit is contained in:
parent
4c66004fa8
commit
b967592289
3 changed files with 8 additions and 5 deletions
|
|
@ -94,7 +94,8 @@ find_dir(struct ctx *ctx)
|
|||
if (!prefix) {
|
||||
continue;
|
||||
}
|
||||
gchar **prefixes = g_strsplit(prefix, ":", -1);
|
||||
gchar **prefixes;
|
||||
prefixes = g_strsplit(prefix, ":", -1);
|
||||
for (gchar **p = prefixes; *p; p++) {
|
||||
ctx->build_path_fn(ctx, *p, d.path);
|
||||
if (debug) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue