Skip to content

Commit 3a72049

Browse files
authored
Codestyle/newline (#171)
* EOF line feed update. Removing bad-practice codestyle report. Signed-off-by: Akkarinage <[email protected]>
1 parent bb929a5 commit 3a72049

File tree

357 files changed

+355
-361
lines changed

Some content is hidden

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

357 files changed

+355
-361
lines changed

.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#RewriteBase /
33
#RewriteCond %{REQUEST_FILENAME} !-f
44
#RewriteCond %{REQUEST_FILENAME} !-d
5-
#RewriteRule !\.(js|ico|gif|jpg|png|css|pdf|swf|flv)$ index.php [QSA]
5+
#RewriteRule !\.(js|ico|gif|jpg|png|css|pdf|swf|flv)$ index.php [QSA]

addons/helloworld/config/access.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
// None.
1010
)
1111
)
12-
?>
12+
?>

addons/helloworld/config/addon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
//'Hello World' => array('module' => 'helloworld')
55
)
66
)
7-
?>
7+
?>

addons/helloworld/lang/en_us.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
'HelloInfoText' => 'This is a “Hello World” sample from an add-on!',
55
'HelloVersionText' => 'Your Flux Control Panel version is %s'
66
);
7-
?>
7+
?>

addons/helloworld/lang/ko_kr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
'HelloInfoText' => '현제보고계시는건 샘플 애드온 프로그램입니다!',
55
'HelloVersionText' => '지금 사용하고계시는 플럭스 버젼은 %s입니다.'
66
);
7-
?>
7+
?>

addons/helloworld/modules/helloworld/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
$fluxVersion = Flux::VERSION;
55
$fluxVersion .= Flux::REPOSVERSION ? '.'.Flux::REPOSVERSION : '';
6-
?>
6+
?>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php if (!defined('FLUX_ROOT')) exit; ?>
22
<h2><?php echo Flux::message('HelloWorld') ?></h2>
33
<p><?php echo Flux::message('HelloInfoText') ?></p>
4-
<p><?php printf(Flux::message('HelloVersionText'), $fluxVersion) ?></p>
4+
<p><?php printf(Flux::message('HelloVersionText'), $fluxVersion) ?></p>

config/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Order deny,allow
2-
Deny from all
2+
Deny from all

config/attributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
3 => 'Fire',
77
4 => 'Wind',
88
);
9-
?>
9+
?>

config/castlenames.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@
7575
*33 => 'Bandis'
7676
*/
7777
)
78-
?>
78+
?>

0 commit comments

Comments
 (0)