Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: net/tools/tld_cleanup/tld_cleanup_util.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/tools/tld_cleanup/tld_cleanup_util.h
diff --git a/net/tools/tld_cleanup/tld_cleanup_util.h b/net/tools/tld_cleanup/tld_cleanup_util.h
index 5900206bac8612de26f8f5444e97f8d9a006552f..6b2e367dac92620388b671bb31449d696d39ac26 100644
--- a/net/tools/tld_cleanup/tld_cleanup_util.h
+++ b/net/tools/tld_cleanup/tld_cleanup_util.h
@@ -39,8 +39,7 @@ NormalizeResult NormalizeFile(const base::FilePath& in_filename,
// Parses |data|, and converts it to the internal data format RuleMap. Returns
// the most severe of the result codes encountered when normalizing the rules.
-NormalizeResult NormalizeDataToRuleMap(const std::string data,
- RuleMap* rules);
+NormalizeResult NormalizeDataToRuleMap(const std::string data, RuleMap* rules);
} // namespace tld_cleanup
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698