Small cleanup for 80 char/line limit.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27064 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -121,7 +121,8 @@ FlatIconExporter::Export(const Icon* icon, BNode* node,
|
|||||||
buffer.Buffer(), buffer.SizeUsed());
|
buffer.Buffer(), buffer.SizeUsed());
|
||||||
if (written != (ssize_t)buffer.SizeUsed()) {
|
if (written != (ssize_t)buffer.SizeUsed()) {
|
||||||
if (written < 0) {
|
if (written < 0) {
|
||||||
printf("failed to write attribute: %s\n", strerror((status_t)written));
|
printf("failed to write attribute: %s\n",
|
||||||
|
strerror((status_t)written));
|
||||||
return (status_t)written;
|
return (status_t)written;
|
||||||
}
|
}
|
||||||
printf("failed to write attribute\n");
|
printf("failed to write attribute\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user