Use standard awk comment format.

Merge of master-melb:xfs-cmds:31031a by kenmcd.

  Use standard awk comment format.
This commit is contained in:
Dave Chinner
2008-05-08 04:10:08 +00:00
parent acd3e44ecf
commit df8a627e44
+1 -1
View File
@@ -40,7 +40,7 @@ _filter_blocks()
unwritten2 = ((1048576/512) / 2) - 2 * written_size
}
/* is the extent unwritten? */
# is the extent unwritten?
unwritten_ext = 0;
if ($7 >= 10000)
unwritten_ext = 1;