Indented using indent script.

This commit is contained in:
skarg
2010-05-04 21:06:26 +00:00
parent b2368acc27
commit 710cfccfef
134 changed files with 2901 additions and 3035 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ static void AtomicReadFileAckHandler(
fprintf(stderr, "Unable to write data to file \"%s\".\n",
Local_File_Name);
} else if (octets_written == 0) {
fprintf(stderr, "Received 0 byte octet string!.\n");
fprintf(stderr, "Received 0 byte octet string!.\n");
} else {
printf("\r%u bytes",
(data.type.stream.fileStartPosition + octets_written));