summaryrefslogtreecommitdiff
path: root/src/raptor_rss.h
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2010-01-05 18:50:00 -0800
committerDave Beckett <dave@dajobe.org>2010-01-05 18:50:00 -0800
commit074e2ecf23d821f7731ef880fd3788e1d92926b2 (patch)
treeb3c5d1e1e81754eb5d76b5f40f49ac62f4679ef8 /src/raptor_rss.h
parent9c72b22bb44f9f49fc776d0b48f860133f004f61 (diff)
downloadraptor-074e2ecf23d821f7731ef880fd3788e1d92926b2.tar.gz
Code style - whitespace around assignment and comparison ops
Diffstat (limited to 'src/raptor_rss.h')
-rw-r--r--src/raptor_rss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raptor_rss.h b/src/raptor_rss.h
index 8659955f..561cd611 100644
--- a/src/raptor_rss.h
+++ b/src/raptor_rss.h
@@ -248,7 +248,7 @@ typedef enum {
RAPTOR_RSS_FIELD_NONE,
- RAPTOR_RSS_FIELDS_SIZE=RAPTOR_RSS_FIELD_UNKNOWN
+ RAPTOR_RSS_FIELDS_SIZE = RAPTOR_RSS_FIELD_UNKNOWN
} raptor_rss_fields_type;
extern const raptor_rss_field_info raptor_rss_fields_info[RAPTOR_RSS_FIELDS_SIZE+2];