From 15567be3dd3dacb0abae800ede436eac8123482c Mon Sep 17 00:00:00 2001 From: "deanm@chromium.org" Date: Tue, 10 Mar 2009 12:50:42 +0000 Subject: Normalize end of file newlines in chrome/browser/gtk/. All files should now end in only a single newline. Review URL: http://codereview.chromium.org/42010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11325 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/gtk/tab_contents_container_gtk.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/browser/gtk/tab_contents_container_gtk.cc') diff --git a/chrome/browser/gtk/tab_contents_container_gtk.cc b/chrome/browser/gtk/tab_contents_container_gtk.cc index 78eeb0d..7813143 100644 --- a/chrome/browser/gtk/tab_contents_container_gtk.cc +++ b/chrome/browser/gtk/tab_contents_container_gtk.cc @@ -109,4 +109,3 @@ void TabContentsContainerGtk::TabContentsDestroyed(TabContents* contents) { DCHECK(contents == tab_contents_); SetTabContents(NULL); } - -- cgit v1.1