Changeset acdd405360b96f98fe3ef2aff7d6e54664050056
- Timestamp:
- 07/01/2008 10:48:37 AM
(2 months ago)
- Author:
- Robin Luckey <robin@ohloh.net>
- git-committer:
- Robin Luckey <robin@ohloh.net> 1214934517 -0700
- git-parent:
[0b887018db96f21a2e865d95de20f4b99798ed91]
- git-author:
- Robin Luckey <robin@ohloh.net> 1214934517 -0700
- Message:
[FIX] Whitespace cleanup
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0b88701 |
racdd405 |
|
| 518 | 518 | else |
|---|
| 519 | 519 | unless defined?(file_context.filenames.contains_vb) |
|---|
| 520 | | file_context.filenames.extend(ContainsVB) |
|---|
| 521 | | file_context.filenames.contains_vb = file_context.filenames.select { |a| a =~ vb_filename }.any? |
|---|
| 522 | | end |
|---|
| 523 | | if file_context.filenames.contains_vb |
|---|
| 524 | | return 'visualbasic' |
|---|
| 525 | | else |
|---|
| 526 | | return 'structured_basic' |
|---|
| 527 | | end |
|---|
| | 520 | file_context.filenames.extend(ContainsVB) |
|---|
| | 521 | file_context.filenames.contains_vb = file_context.filenames.select { |a| a =~ vb_filename }.any? |
|---|
| | 522 | end |
|---|
| | 523 | if file_context.filenames.contains_vb |
|---|
| | 524 | return 'visualbasic' |
|---|
| | 525 | else |
|---|
| | 526 | return 'structured_basic' |
|---|
| | 527 | end |
|---|
| 528 | 528 | end |
|---|
| 529 | 529 | end |
|---|