summaryrefslogtreecommitdiff
path: root/report.c
diff options
context:
space:
mode:
authorrobert.swiecki@gmail.com <robert.swiecki@gmail.com@f4334a76-505f-ddcd-06be-78435f765c3c>2015-02-16 10:53:53 +0000
committerrobert.swiecki@gmail.com <robert.swiecki@gmail.com@f4334a76-505f-ddcd-06be-78435f765c3c>2015-02-16 10:53:53 +0000
commit3b630b47e7d39e7b36c749290385e284bc5eb950 (patch)
treee3f2438e668d6587b018a2d8734077eaee173f93 /report.c
parentf76105217d7a1a9bf72e4d9521f67c11b7eab245 (diff)
downloadhonggfuzz-3b630b47e7d39e7b36c749290385e284bc5eb950.tar.gz
Indent: Remove spaces at the end of lines
Diffstat (limited to 'report.c')
-rw-r--r--report.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/report.c b/report.c
index fc4a011a..3267b1ee 100644
--- a/report.c
+++ b/report.c
@@ -1,24 +1,24 @@
/*
- *
+ *
* honggfuzz - reporting
* -----------------------------------------
- *
+ *
* Author: Robert Swiecki <swiecki@google.com>
- *
+ *
* Copyright 2010-2015 by Google Inc. All Rights Reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License"); you may
- * not use this file except in compliance with the License. You may obtain
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may
+ * not use this file except in compliance with the License. You may obtain
* a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied. See the License for the specific language governing
* permissions and limitations under the License.
- *
+ *
*/
#include "common.h"