Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
d895ad32
Commit
d895ad32
authored
Dec 06, 2015
by
Sebastian Ramacher
Browse files
White spaces
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
73e8eedc
Changes
1
Show whitespace changes
Inline
Side-by-side
zathura/zathura.c
View file @
d895ad32
...
...
@@ -524,7 +524,7 @@ prepare_document_open_from_gfile(GFile* source)
GError
*
error
=
NULL
;
GFile
*
tmpfile
=
g_file_new_tmp
(
"zathura.gio.XXXXXX"
,
&
iostream
,
&
error
);
if
(
tmpfile
==
NULL
)
{
if
(
tmpfile
==
NULL
)
{
if
(
error
!=
NULL
)
{
girara_error
(
"Can not create temporary file: %s"
,
error
->
message
);
g_error_free
(
error
);
...
...
@@ -533,7 +533,7 @@ prepare_document_open_from_gfile(GFile* source)
}
gboolean
rc
=
g_file_copy
(
source
,
tmpfile
,
G_FILE_COPY_OVERWRITE
,
NULL
,
NULL
,
NULL
,
&
error
);
if
(
rc
==
FALSE
)
{
if
(
rc
==
FALSE
)
{
if
(
error
!=
NULL
)
{
girara_error
(
"Can not copy to temporary file: %s"
,
error
->
message
);
g_error_free
(
error
);
...
...
Write
Preview
Supports
Markdown
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