Skip to content

Commit

Permalink
unify include to always contain block
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jul 8, 2013
1 parent 7957c44 commit a256fe9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/complex.ycp
Expand Up @@ -30,6 +30,8 @@
* by Multipath.ycp.
*/

{

textdomain "multipath";

import "Service";
Expand Down Expand Up @@ -2798,5 +2800,4 @@ void Stop_Service() {
Update_Service_Status();
}



}
3 changes: 2 additions & 1 deletion src/options.ycp
Expand Up @@ -30,6 +30,7 @@
* by complex.ycp.
* The default options can be used in defauts section, and other sections.
*/
{

textdomain "multipath";

Expand Down Expand Up @@ -1807,4 +1808,4 @@ list<symbol> blacklist_section_items = [
`product
];


}

0 comments on commit a256fe9

Please sign in to comment.