whitespace fix
Project: http://git-wip-us.apache.org/repos/asf/incubator-spot/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spot/commit/4ebf4be1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-spot/tree/4ebf4be1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-spot/diff/4ebf4be1 Branch: refs/heads/master Commit: 4ebf4be1190da91bb23aab73db93dae0bc7f17ba Parents: 6b79abb Author: tpltnt <tpltnt.git...@dropcut.net> Authored: Thu Jan 25 12:42:57 2018 +0100 Committer: tpltnt <tpltnt.git...@dropcut.net> Committed: Thu Jan 25 12:42:57 2018 +0100 ---------------------------------------------------------------------- spot-ingest/pipelines/proxy/bluecoat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/4ebf4be1/spot-ingest/pipelines/proxy/bluecoat.py ---------------------------------------------------------------------- diff --git a/spot-ingest/pipelines/proxy/bluecoat.py b/spot-ingest/pipelines/proxy/bluecoat.py index 2f5da0d..541abb5 100644 --- a/spot-ingest/pipelines/proxy/bluecoat.py +++ b/spot-ingest/pipelines/proxy/bluecoat.py @@ -197,5 +197,5 @@ def bluecoat_parse(zk, topic, db, db_table, num_of_workers, batch_size): ssc.awaitTermination() -if __name__ =='__main__': +if __name__ == '__main__': main()