Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 4965289

Browse files
author
Jamie Snape
committed
Ensure one new line at the end of each file
1 parent b28667c commit 4965289

File tree

112 files changed

+59
-245
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+59
-245
lines changed

core/AppComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ class AppComponent extends MIDAS_GlobalComponent
2626
{
2727

2828

29-
}
29+
}

core/controllers/SearchController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,4 +337,3 @@ public function liveAction()
337337
echo JsonComponent::encode($results);
338338
}
339339
} // end class
340-

core/controllers/ShareController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,4 +379,3 @@ function linksAction()
379379
$this->view->downloadUrl = $baseUrl.'/download/'.$type.'/'.$id.'/'.urlencode($name);
380380
}
381381
} // end class
382-

core/controllers/components/DemoComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ private function _rrmdir($dir)
144144
reset($objects);
145145
rmdir($dir);
146146
}
147-
} // end class
147+
} // end class

core/controllers/components/InternationalizationComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ static public function isDebug()
7979
return false;
8080
}
8181
}
82-
} // end class
82+
} // end class

core/controllers/components/SortdaoComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ public function arrayUniqueDao($array, $keep_key_assoc = false)
179179

180180
return $keep_key_assoc ? $array : array_values($array);
181181
}
182-
} // end class
182+
} // end class

core/models/pdo/CommunityModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ function getCommunitiesFromSearch($search, $userDao, $limit = 14, $group = true,
179179
return $return;
180180
} // end getCommunitiesFromSearch()
181181

182-
} // end class
182+
} // end class

core/models/pdo/SettingModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ function getDaoByName($name, $module = 'core')
2929
$dao = $this->initDao(ucfirst($this->_name), $row);
3030
return $dao;
3131
}
32-
} // end class
32+
} // end class

core/tests/models/base/FeedpolicyuserModelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ public function testCreatePolicyAndGetPolicy()
4141
$policy = $this->Feedpolicyuser->getPolicy($usersFile[0], $feedsFile[5]);
4242
$this->assertNotEquals(false, $policy);
4343
}
44-
}
44+
}

core/tests/models/dao/FeedDaoTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ public function testGetRessource()
9292
}
9393
}
9494
}
95-
}
95+
}

0 commit comments

Comments
 (0)