<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,3 +13,7 @@ grep '^{ }*{' * | grep -v Makefile | grep -v Binary
 grep '){' * | grep -v Makefile | grep -v Binary
 grep '	' * | grep -v Makefile | grep -v Binary
 egrep '\(.*\* .*\)' * | grep -v Makefile | grep -v Binary | grep '::'
+
+# var *name;
+grep '[^\* \/]\* ' * | grep -v Binary
+grep '[^&amp; ]&amp; ' * | grep -v Binary</diff>
      <filename>git_hooks/findstyleerrors.sh</filename>
    </modified>
    <modified>
      <diff>@@ -1029,7 +1029,7 @@ void BookmarksToolBar::dropEvent(QDropEvent *event)
 
         int row = -1;
         QModelIndex parentIndex = m_root;
-        QToolButton* target = qobject_cast&lt;QToolButton *&gt;(childAt(event-&gt;pos()));
+        QToolButton *target = qobject_cast&lt;QToolButton *&gt;(childAt(event-&gt;pos()));
 
         if (target &amp;&amp; target-&gt;menu()) {
             ModelMenu *menu = qobject_cast&lt;ModelMenu *&gt;(target-&gt;menu());</diff>
      <filename>src/bookmarks.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -205,8 +205,8 @@ public:
     QVariant data(const QModelIndex &amp;index, int role = Qt::DisplayRole) const;
     int columnCount(const QModelIndex &amp;parent = QModelIndex()) const;
     int rowCount(const QModelIndex &amp;parent = QModelIndex()) const;
-    QModelIndex index(int, int, const QModelIndex&amp; = QModelIndex()) const;
-    QModelIndex parent(const QModelIndex&amp; index = QModelIndex()) const;
+    QModelIndex index(int, int, const QModelIndex &amp;parent = QModelIndex()) const;
+    QModelIndex parent(const QModelIndex &amp;index = QModelIndex()) const;
     Qt::ItemFlags flags(const QModelIndex &amp;index) const;
     Qt::DropActions supportedDropActions() const;
     bool removeRows(int row, int count, const QModelIndex &amp;parent = QModelIndex());</diff>
      <filename>src/bookmarks.h</filename>
    </modified>
    <modified>
      <diff>@@ -480,7 +480,7 @@ BookmarksManager *BrowserApplication::bookmarksManager()
     return s_bookmarksManager;
 }
 
-LanguageManager* BrowserApplication::languageManager()
+LanguageManager *BrowserApplication::languageManager()
 {
     if (!s_languageManager)
         s_languageManager = new LanguageManager;</diff>
      <filename>src/browserapplication.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -84,7 +84,7 @@ void ExplorerStyle::drawPrimitive(PrimitiveElement element, const QStyleOption *
             if (QMainWindow *window = qobject_cast&lt;QMainWindow*&gt;(widget-&gt;window())) {
                 QRegion topreg;
                 QRegion bottomreg;
-                QMenuBar* menubar = qFindChild&lt;QMenuBar*&gt;(window);
+                QMenuBar *menubar = qFindChild&lt;QMenuBar*&gt;(window);
 
                 //We draw the menubar as part of the top toolbar area
                 if (menubar) {
@@ -187,7 +187,7 @@ void ExplorerStyle::drawControl(ControlElement element, const QStyleOption *opti
 
     case CE_ToolBar:
         if (isAppThemed()) {
-            if (const QStyleOptionToolBar* toolbar = qstyleoption_cast&lt;const QStyleOptionToolBar*&gt;(option)) {
+            if (const QStyleOptionToolBar *toolbar = qstyleoption_cast&lt;const QStyleOptionToolBar*&gt;(option)) {
                 QStyleOptionToolBar adjustedToolBar = *toolbar;
                 adjustedToolBar.palette.setBrush(QPalette::All, QPalette::Dark, shadow);
                 QWindowsXPStyle::drawControl(element, &amp;adjustedToolBar, painter, widget);</diff>
      <filename>src/explorerstyle.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -206,8 +206,8 @@ public:
     QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
     int rowCount(const QModelIndex &amp;parent = QModelIndex()) const;
     int columnCount(const QModelIndex &amp;parent = QModelIndex()) const;
-    QModelIndex index(int, int, const QModelIndex&amp; = QModelIndex()) const;
-    QModelIndex parent(const QModelIndex&amp; index = QModelIndex()) const;
+    QModelIndex index(int, int, const QModelIndex &amp;parent = QModelIndex()) const;
+    QModelIndex parent(const QModelIndex &amp;index = QModelIndex()) const;
     bool removeRows(int row, int count, const QModelIndex &amp;parent = QModelIndex());
     QVariant data(const QModelIndex &amp;index, int role = Qt::DisplayRole) const;
 
@@ -293,8 +293,8 @@ public:
     int columnCount(const QModelIndex &amp;parent = QModelIndex()) const;
     QModelIndex mapFromSource(const QModelIndex &amp;sourceIndex) const;
     QModelIndex mapToSource(const QModelIndex &amp;proxyIndex) const;
-    QModelIndex index(int, int, const QModelIndex&amp; = QModelIndex()) const;
-    QModelIndex parent(const QModelIndex&amp; index = QModelIndex()) const;
+    QModelIndex index(int, int, const QModelIndex &amp;parent = QModelIndex()) const;
+    QModelIndex parent(const QModelIndex &amp;index = QModelIndex()) const;
     void setSourceModel(QAbstractItemModel *sourceModel);
 
 private slots:</diff>
      <filename>src/history.h</filename>
    </modified>
    <modified>
      <diff>@@ -99,8 +99,8 @@ public:
 protected:
     void mouseDoubleClickEvent(QMouseEvent *event);
     void mouseReleaseEvent(QMouseEvent *event);
-    void mousePressEvent(QMouseEvent* event);
-    void mouseMoveEvent(QMouseEvent* event);
+    void mousePressEvent(QMouseEvent *event);
+    void mouseMoveEvent(QMouseEvent *event);
 #if QT_VERSION &lt; 0x040500
     void dragEnterEvent(QDragEnterEvent *event);
     void dropEvent(QDropEvent *event);</diff>
      <filename>src/tabbar.h</filename>
    </modified>
    <modified>
      <diff>@@ -105,7 +105,7 @@ protected slots:
         { return style-&gt;standardIcon(standardIcon, option, widget); }
 
 private:
-    QStyle* style;
+    QStyle *style;
 
 };
 </diff>
      <filename>src/utils/proxystyle.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dcc0e6ebd85fde0a85f02dbe730e1a7fe8018efe</id>
    </parent>
  </parents>
  <author>
    <name>Benjamin C Meyer</name>
    <email>ben@meyerhome.net</email>
  </author>
  <url>http://github.com/icefox/arora/commit/7612ac44f910f6dd3993863c4165925a111c8eb8</url>
  <id>7612ac44f910f6dd3993863c4165925a111c8eb8</id>
  <committed-date>2009-02-01T03:38:48-08:00</committed-date>
  <authored-date>2009-02-01T03:38:48-08:00</authored-date>
  <message>Style consistancy fixes, put a space between the variable type and pointer or reference</message>
  <tree>66c51ab2cd6f81807c319c7e2c029efc4d3b26d1</tree>
  <committer>
    <name>Benjamin C Meyer</name>
    <email>ben@meyerhome.net</email>
  </committer>
</commit>
