summaryrefslogtreecommitdiff
path: root/lib/sha1.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-03-23 11:43:54 -0700
committerBen Pfaff <blp@nicira.com>2012-03-23 12:20:07 -0700
commit05fe17646fc1ed2527f26eddb13e09ec14cc29b9 (patch)
treed1e8e3580516cf97faa904c4060859508842ca4e /lib/sha1.h
parentada3428f0906c835d2f7e84745b0a477bade5a11 (diff)
downloadopenvswitch-05fe17646fc1ed2527f26eddb13e09ec14cc29b9.tar.gz
treewide: Convert tabs to spaces in C source files written in OVS style.
The Open vSwitch C style doesn't use hard tabs. This commit doesn't touch files written in kernel style or that are imported from other projects where we want to minimize changes from upstream (the sflow files). Reported-by: Mehak Mahajan <mmahajan@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/sha1.h')
-rw-r--r--lib/sha1.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/sha1.h b/lib/sha1.h
index 9a372775a..9015104f8 100644
--- a/lib/sha1.h
+++ b/lib/sha1.h
@@ -20,10 +20,10 @@
* limitations under the License.
*/
/* NIST Secure Hash Algorithm
- * heavily modified by Uwe Hollerbach uh@alumni.caltech edu
- * from Peter C. Gutmann's implementation as found in
- * Applied Cryptography by Bruce Schneier
- * This code is hereby placed in the public domain
+ * heavily modified by Uwe Hollerbach uh@alumni.caltech edu
+ * from Peter C. Gutmann's implementation as found in
+ * Applied Cryptography by Bruce Schneier
+ * This code is hereby placed in the public domain
*/
#ifndef SHA1_H