Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D848010F67 for ; Thu, 18 Jul 2013 14:48:05 +0000 (UTC) Received: (qmail 47256 invoked by uid 500); 18 Jul 2013 14:48:05 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 47175 invoked by uid 500); 18 Jul 2013 14:48:04 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 47164 invoked by uid 500); 18 Jul 2013 14:48:04 -0000 Delivered-To: apmail-incubator-cloudstack-dev@incubator.apache.org Received: (qmail 47156 invoked by uid 99); 18 Jul 2013 14:48:04 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jul 2013 14:48:04 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 2A52C1CA757; Thu, 18 Jul 2013 14:48:03 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============3210575844606560415==" MIME-Version: 1.0 Subject: Re: Review Request 12721: Formatting of CSS and JS files From: "Ian Duffy" To: "Sebastien Goasguen" , "Abhinandan Prateek" , "Pranav Saxena" Cc: "cloudstack" , "Ian Duffy" Date: Thu, 18 Jul 2013 14:48:03 -0000 Message-ID: <20130718144803.1153.83194@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Ian Duffy" X-ReviewGroup: cloudstack X-ReviewRequest-URL: https://reviews.apache.org/r/12721/ X-Sender: "Ian Duffy" References: <20130718140124.1153.15496@reviews.apache.org> In-Reply-To: <20130718140124.1153.15496@reviews.apache.org> Reply-To: "Ian Duffy" --===============3210575844606560415== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12721/ ----------------------------------------------------------- (Updated July 18, 2013, 2:47 p.m.) Review request for cloudstack, Abhinandan Prateek, Pranav Saxena, and Sebastien Goasguen. Changes ------- Remove trailing whitespace from diff. Repository: cloudstack-git Description ------- Format CSS and JS files using js-beautifier as discussed on the mailing list. Diffs (updated) ----- ui/scripts/accounts.js bad8435 ui/scripts/affinity.js a9c6695 ui/scripts/autoscaler.js 15a9dac ui/scripts/cloud.core.callbacks.js 6eb7644 ui/scripts/cloudStack.js c0ff7f2 ui/scripts/configuration.js 8bc40d6 ui/scripts/dashboard.js e8ab6c5 ui/scripts/docs.js c8ef0d9 ui/scripts/domains.js 01f4236 ui/scripts/events.js bd50887 ui/scripts/globalSettings.js 1ae73b7 ui/scripts/installWizard.js 46769fa ui/scripts/instanceWizard.js ff130d3 ui/scripts/instances.js 9b27d93 ui/scripts/lbStickyPolicy.js c0e2bfa ui/scripts/network.js 95a93bc ui/scripts/plugins.js 3c5bc0f ui/scripts/projects.js ea1e6db ui/scripts/regions.js 4be600f ui/scripts/sharedFunctions.js a9f833c ui/scripts/storage.js ad0965a ui/scripts/system.js 3038a8a ui/scripts/templates.js dbb0083 ui/scripts/ui-custom/affinity.js 1a23ff7 ui/scripts/ui-custom/autoscaler.js 119b672 ui/scripts/ui-custom/dashboard.js 6d92318 ui/scripts/ui-custom/enableStaticNAT.js 1b2bf7b ui/scripts/ui-custom/granularSettings.js 02d5c1f ui/scripts/ui-custom/healthCheck.js 4b42fa7 ui/scripts/ui-custom/installWizard.js c53a642 ui/scripts/ui-custom/instanceWizard.js 31b4baa ui/scripts/ui-custom/ipRules.js 34b2398 ui/scripts/ui-custom/login.js 0dbbf82 ui/scripts/ui-custom/physicalResources.js 5173172 ui/scripts/ui-custom/pluginListing.js 3dcce98 ui/scripts/ui-custom/projectSelect.js aef49ed ui/scripts/ui-custom/projects.js f1f9eba ui/scripts/ui-custom/recurringSnapshots.js 985f369 ui/scripts/ui-custom/regions.js 9fc36f3 ui/scripts/ui-custom/securityRules.js 2e2c9ac ui/scripts/ui-custom/uploadVolume.js 996d8ac ui/scripts/ui-custom/vpc.js 4edccf1 ui/scripts/ui-custom/zoneChart.js 5d4e0c0 ui/scripts/ui-custom/zoneFilter.js 9e6a493 ui/scripts/ui-custom/zoneWizard.js 877dbc0 ui/scripts/ui/core.js 18c3363 ui/scripts/ui/dialog.js 7f82eea ui/scripts/ui/events.js bd609d2 ui/scripts/ui/utils.js 39ef3e3 ui/scripts/ui/widgets/cloudBrowser.js 9a56bb3 ui/scripts/ui/widgets/dataTable.js 1b3ea82 ui/scripts/ui/widgets/detailView.js 0bccef5 ui/scripts/ui/widgets/listView.js bc68a72 ui/scripts/ui/widgets/multiEdit.js 08bd0bf ui/scripts/ui/widgets/notifications.js 0299603 ui/scripts/ui/widgets/overlay.js ecf12e6 ui/scripts/ui/widgets/tagger.js 9af6fb7 ui/scripts/ui/widgets/toolTip.js 6967acc ui/scripts/ui/widgets/treeView.js fa1ceb6 ui/scripts/vm_snapshots.js c50c7e1 ui/scripts/vpc.js e90d8a7 ui/scripts/zoneWizard.js 04687fe Diff: https://reviews.apache.org/r/12721/diff/ Testing ------- Compiled... previewed in browser, navigated the pages, checked everything looked normal. Thanks, Ian Duffy --===============3210575844606560415==--